aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-04-15 09:50:07 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-04-15 09:50:07 -0500
commit0a097229d2ae182f30f657738b41f6bddc6a2c8c (patch)
treed3fc6f208ceadb378babe3a15055a46f4d813a2a /include/datetime
parent0b6ccb4966df230661ee6802bdcae0e884b61b6a (diff)
downloadayatana-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/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 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;