Filter: Removed unused ::hasModifications and ::hasMiscellaneous methods

This commit is contained in:
Paul Beckingham
2015-10-28 20:23:32 -04:00
parent 741afd2240
commit c64c6ee870
2 changed files with 0 additions and 22 deletions

View File

@@ -43,8 +43,6 @@ public:
void subset (const std::vector <Task>&, std::vector <Task>&);
void subset (std::vector <Task>&);
bool hasFilter ();
bool hasModifications ();
bool hasMiscellaneous ();
bool pendingOnly ();
void safety ();
void disableSafety ();