diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-04-15 09:50:07 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-04-15 09:50:07 -0500 |
commit | 0a097229d2ae182f30f657738b41f6bddc6a2c8c (patch) | |
tree | d3fc6f208ceadb378babe3a15055a46f4d813a2a /include | |
parent | 0b6ccb4966df230661ee6802bdcae0e884b61b6a (diff) | |
download | ayatana-indicator-datetime-0a097229d2ae182f30f657738b41f6bddc6a2c8c.tar.gz ayatana-indicator-datetime-0a097229d2ae182f30f657738b41f6bddc6a2c8c.tar.bz2 ayatana-indicator-datetime-0a097229d2ae182f30f657738b41f6bddc6a2c8c.zip |
remove unused field Appointment.is_event
Diffstat (limited to 'include')
-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 a5283c9..441aae1 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_event = false; bool is_daily = false; bool has_alarms = false; DateTime begin; |