Commands - stop

- Migrated handleStop to CmdStop.
This commit is contained in:
Paul Beckingham
2011-05-30 01:19:11 -04:00
parent 86ab605bd4
commit 9e3c6f5bc1
9 changed files with 148 additions and 65 deletions

View File

@@ -140,7 +140,6 @@ void Cmd::load ()
commands.push_back ("done");
commands.push_back ("duplicate");
commands.push_back ("import");
commands.push_back ("stop");
commands.push_back ("summary");
commands.push_back ("timesheet");
commands.push_back ("undo");
@@ -229,7 +228,6 @@ bool Cmd::isWriteCommand ()
command == "duplicate" ||
command == "import" ||
command == "pull" ||
command == "stop" ||
command == "undo")
return true;