mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
recur: Remove references to the new recurrence mechanism
This commit is contained in:
parent
4db7990df8
commit
34ffd164bb
1 changed files with 0 additions and 5 deletions
|
@ -51,11 +51,6 @@
|
|||
// child tasks need to be generated to fill gaps.
|
||||
void handleRecurrence ()
|
||||
{
|
||||
// TODO This is inserted here to create parallel recurrence implementation
|
||||
// during feature development. This eliminates the need to inject this
|
||||
// call into 11 command implementations.
|
||||
handleRecurrence2 ();
|
||||
|
||||
// Recurrence can be disabled.
|
||||
// Note: This is currently a workaround for TD-44, TW-1520.
|
||||
if (! Context::getContext ().config.getBoolean ("recurrence"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue