recur: Remove references to the new recurrence mechanism
This commit is contained in:
@@ -51,11 +51,6 @@
|
|||||||
// child tasks need to be generated to fill gaps.
|
// child tasks need to be generated to fill gaps.
|
||||||
void handleRecurrence ()
|
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.
|
// Recurrence can be disabled.
|
||||||
// Note: This is currently a workaround for TD-44, TW-1520.
|
// Note: This is currently a workaround for TD-44, TW-1520.
|
||||||
if (! Context::getContext ().config.getBoolean ("recurrence"))
|
if (! Context::getContext ().config.getBoolean ("recurrence"))
|
||||||
|
|||||||
Reference in New Issue
Block a user