aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-04-15 10:40:31 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-04-15 10:40:31 -0500
commit61be4cf3e7aa796dd61ea8295ef6c6dbbe600a4a (patch)
tree28f431d370e9ff2484ec6cc37938ee065e98f2c5 /include/datetime
parent0a097229d2ae182f30f657738b41f6bddc6a2c8c (diff)
downloadayatana-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.h1
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;