Code Cleanup

- Removed unnecessary Task::setEnd call.
This commit is contained in:
Paul Beckingham
2011-09-03 11:29:23 -04:00
parent aef24c0c54
commit 54866864ad

View File

@@ -73,7 +73,6 @@ void handleRecurrence ()
<< "\n";
// Determine the end date.
t->setEnd ();
t->setStatus (Task::deleted);
context.tdb2.modify (*t);
continue;