Code Cleanup

- Eliminated obsolete Arguments.h, Arguments.cpp.
This commit is contained in:
Paul Beckingham 2011-07-26 00:25:57 -04:00
parent ab8a6d9e88
commit 0c08b29e48
24 changed files with 74 additions and 1976 deletions

View file

@ -70,7 +70,7 @@ int CmdDelete::execute (std::string& output)
}
// Apply the command line modifications to the new task.
Arguments modifications = context.args.extract_modifications ();
A3 modifications = context.a3.extract_modifications ();
std::vector <Task>::iterator task;
for (task = filtered.begin (); task != filtered.end (); ++task)