CmdUndo: Removed all external traces of undo

This commit is contained in:
Paul Beckingham 2016-07-18 18:10:40 -04:00
parent 1049ae6fcb
commit b8acec05c7
5 changed files with 0 additions and 49 deletions

View file

@ -89,8 +89,6 @@ int CmdHelpUsage ()
<< " rc.<name>=<value>\n"
<< '\n';
// TODO undo
// TODO List all extensions.
return 0;
@ -822,8 +820,6 @@ int CmdHelp (const CLI& cli)
<< "same as the 'start' command.\n"
<< '\n';
// TODO undo
// Ruler 1 2 3 4 5 6 7 8
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890
else if (words[0] == "untag")