Commands - delete

- Migrated handleDelete to CmdDelete.
This commit is contained in:
Paul Beckingham 2011-05-30 14:00:34 -04:00
parent 908fbd8ca4
commit abd51e81a3
9 changed files with 236 additions and 150 deletions

View file

@ -51,7 +51,6 @@ bool nag (Task&);
// command.cpp
int handleModify (std::string&);
int handleDelete (std::string&);
void handleMerge (std::string&);
void handlePush (std::string&);
void handlePull (std::string&);