From 54866864ad4efd16fc8e894a2db690fa3b9937f1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Sep 2011 11:29:23 -0400 Subject: [PATCH] Code Cleanup - Removed unnecessary Task::setEnd call. --- src/recur.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/recur.cpp b/src/recur.cpp index 8c56804dc..1bbab72bf 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -73,7 +73,6 @@ void handleRecurrence () << "\n"; // Determine the end date. - t->setEnd (); t->setStatus (Task::deleted); context.tdb2.modify (*t); continue;