From 34ffd164bbc1a5f5d857133b8fa21ca9db58d0d0 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 12 Jun 2021 10:40:29 -0400 Subject: [PATCH] recur: Remove references to the new recurrence mechanism --- src/recur.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/recur.cpp b/src/recur.cpp index 627e545e9..3e041afbd 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -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"))