diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-02-05 16:52:57 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-02-05 16:52:57 -0600 |
commit | 4f27e42b0a517fac386042c67efc721463115bb9 (patch) | |
tree | 5783b4a75a101f2b64d34a952ae82b19211a6971 /include | |
parent | 5c91c53c1d56a356e091d6910b8c71e7c139f46a (diff) | |
download | ayatana-indicator-datetime-4f27e42b0a517fac386042c67efc721463115bb9.tar.gz ayatana-indicator-datetime-4f27e42b0a517fac386042c67efc721463115bb9.tar.bz2 ayatana-indicator-datetime-4f27e42b0a517fac386042c67efc721463115bb9.zip |
revert r400; we can't block alarms by UID because that would hide recurring alarms
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime/planner-eds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/datetime/planner-eds.h b/include/datetime/planner-eds.h index 4110ba5..a99f611 100644 --- a/include/datetime/planner-eds.h +++ b/include/datetime/planner-eds.h @@ -20,7 +20,6 @@ #ifndef INDICATOR_DATETIME_PLANNER_EDS_H #define INDICATOR_DATETIME_PLANNER_EDS_H -#include <datetime/appointment.h> #include <datetime/clock.h> #include <datetime/planner.h> @@ -38,7 +37,6 @@ class PlannerEds: public Planner public: PlannerEds(const std::shared_ptr<Clock>& clock); virtual ~PlannerEds(); - void block_appointment(const Appointment& appointment); private: class Impl; |