aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-04-05 17:27:52 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-04-05 17:27:52 -0500
commit62d68e6453c0ad69ff4d71099441a8151e9a9bea (patch)
tree0ff1e3826ac919027bf3943a9ba1e7a4921c5f07 /include/datetime
parente1aba742725c76257bd6845c93d3ac9a14d32089 (diff)
downloadayatana-indicator-datetime-62d68e6453c0ad69ff4d71099441a8151e9a9bea.tar.gz
ayatana-indicator-datetime-62d68e6453c0ad69ff4d71099441a8151e9a9bea.tar.bz2
ayatana-indicator-datetime-62d68e6453c0ad69ff4d71099441a8151e9a9bea.zip
fix misuse of ECalComponentAlarmInstance's fields.
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/appointment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h
index 337d9b8..e9c1bc2 100644
--- a/include/datetime/appointment.h
+++ b/include/datetime/appointment.h
@@ -39,7 +39,6 @@ struct Alarm
std::string text;
std::string audio_url;
DateTime time;
- std::chrono::seconds duration;
bool operator== (const Alarm& that) const;
};