recur: Remove WIP recurrence overhaul implementation

The feature has been moved to 3.0 milestone. Also, we are now using
feature branches for development of new functionality, in order to make
the development branch more stable.
This commit is contained in:
Tomas Babej
2021-06-12 10:37:23 -04:00
parent 7011cfb05a
commit 4db7990df8
3 changed files with 25 additions and 374 deletions

View File

@@ -39,13 +39,13 @@
// recur.cpp
void handleRecurrence ();
void handleUntil ();
Datetime getNextRecurrence (Datetime&, std::string&);
bool generateDueDates (Task&, std::vector <Datetime>&);
void updateRecurrenceMask (Task&);
// recur2.cpp
void handleRecurrence2 ();
void handleUntil ();
// nag.cpp
bool nag (Task&);