- Localized more commands.
This commit is contained in:
Paul Beckingham 2011-07-10 12:54:15 -04:00
parent e5139780ea
commit 44d835947b
4 changed files with 78 additions and 63 deletions

View file

@ -72,10 +72,6 @@ int CmdDelete::execute (std::string& output)
// Apply the command line modifications to the new task.
Arguments modifications = context.args.extract_modifications ();
// Determine the end date.
char endTime[16];
sprintf (endTime, "%u", (unsigned int) time (NULL));
std::vector <Task>::iterator task;
for (task = filtered.begin (); task != filtered.end (); ++task)
{