[BREAKING] remove 'task purge' support

TaskChampion removes deleted tasks automatically when they expire, so
this subcommand is no longer required.
This commit is contained in:
Dustin J. Mitchell
2022-12-15 02:52:45 +00:00
committed by Dustin J. Mitchell
parent d47c70579f
commit 87467f72c7
6 changed files with 3 additions and 308 deletions

View File

@@ -112,7 +112,6 @@ public:
void set_location (const std::string&);
void add (Task&, bool add_to_backlog = true);
void modify (Task&, bool add_to_backlog = true);
void purge (Task&);
void commit ();
void get_changes (std::vector <Task>&);
void revert ();