diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-04-15 10:40:31 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-04-15 10:40:31 -0500 |
commit | 61be4cf3e7aa796dd61ea8295ef6c6dbbe600a4a (patch) | |
tree | 28f431d370e9ff2484ec6cc37938ee065e98f2c5 /include/datetime | |
parent | 0a097229d2ae182f30f657738b41f6bddc6a2c8c (diff) | |
download | ayatana-indicator-datetime-61be4cf3e7aa796dd61ea8295ef6c6dbbe600a4a.tar.gz ayatana-indicator-datetime-61be4cf3e7aa796dd61ea8295ef6c6dbbe600a4a.tar.bz2 ayatana-indicator-datetime-61be4cf3e7aa796dd61ea8295ef6c6dbbe600a4a.zip |
remove unused field Appointment.is_daily
Diffstat (limited to 'include/datetime')
-rw-r--r-- | include/datetime/appointment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index 441aae1..4778293 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -39,7 +39,6 @@ public: std::string summary; std::string url; std::string uid; - bool is_daily = false; bool has_alarms = false; DateTime begin; DateTime end; |