diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-04-15 22:25:28 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-04-15 22:25:28 +0000 |
commit | c376385ec86eecb788f0f5f94148a680c1ff4f20 (patch) | |
tree | afa8e8a614b8d42afa5fe0f2b51ce34ab72e5292 /include/datetime/appointment.h | |
parent | df8bb67ba823f683fabe0564b1c7249a33614090 (diff) | |
parent | 61af48e621e774b774f9c7f61e8a972ab8201f15 (diff) | |
download | ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.tar.gz ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.tar.bz2 ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.zip |
If there's a large batch of EDS events coming in, try to wait until the event storm has passed before running our requery. Fixes: 1306112
Diffstat (limited to 'include/datetime/appointment.h')
-rw-r--r-- | include/datetime/appointment.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index a5283c9..4778293 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -39,8 +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; DateTime end; |