diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 23:37:35 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 23:37:35 -0500 |
commit | db764f321a1450da886c672b3ccd82d1e5dfedd6 (patch) | |
tree | 86233299dda5f9ee9b3ea55a639f6629da8bf32c /include/datetime | |
parent | a209741aaf8d0ece778e1e2b9e5a8d1632339ad2 (diff) | |
download | ayatana-indicator-datetime-db764f321a1450da886c672b3ccd82d1e5dfedd6.tar.gz ayatana-indicator-datetime-db764f321a1450da886c672b3ccd82d1e5dfedd6.tar.bz2 ayatana-indicator-datetime-db764f321a1450da886c672b3ccd82d1e5dfedd6.zip |
remove the new code that we're not using yet
Diffstat (limited to 'include/datetime')
-rw-r--r-- | include/datetime/planner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/datetime/planner.h b/include/datetime/planner.h index 55e72e7..22b6381 100644 --- a/include/datetime/planner.h +++ b/include/datetime/planner.h @@ -43,7 +43,6 @@ public: protected: Planner(); static void sort(std::vector<Appointment>&); - static void trim(std::vector<Appointment>&, const DateTime& begin, const DateTime& end); }; } // namespace datetime |