Commands - denotate

- Migrated handleDenotate to CmdDenotate.
This commit is contained in:
Paul Beckingham
2011-05-30 00:48:43 -04:00
parent f775341fd5
commit d021bb8188
9 changed files with 192 additions and 107 deletions

View File

@@ -59,7 +59,6 @@ int handleDelete (std::string&);
int handleStart (std::string&);
int handleStop (std::string&);
int handleColor (std::string&);
int handleDenotate (std::string&);
int handleDuplicate (std::string&);
void handleUndo ();
void handleMerge (std::string&);