Enhancements - undo command

- Implemented the undo command.
This commit is contained in:
Paul Beckingham
2009-06-16 00:16:43 -04:00
parent 71b320b361
commit 6a77d61faa
2 changed files with 30 additions and 18 deletions

View File

@@ -184,9 +184,7 @@ std::string Context::dispatch ()
else if (cmd.command == "annotate") { out = handleAnnotate (); }
*/
else if (cmd.command == "done") { out = handleDone (); }
/*
else if (cmd.command == "undo") { out = handleUndo (); }
*/
else if (cmd.command == "delete") { out = handleDelete (); }
else if (cmd.command == "undelete") { out = handleUndelete (); }
else if (cmd.command == "start") { out = handleStart (); }