Commands - summary

- Migrated handleReportSummary to CmdSummary.
This commit is contained in:
Paul Beckingham
2011-05-30 12:49:45 -04:00
parent 61c2e2b439
commit 75e651626d
9 changed files with 226 additions and 139 deletions

View File

@@ -134,7 +134,6 @@ void Cmd::load ()
commands.push_back ("delete");
commands.push_back ("done");
commands.push_back ("import");
commands.push_back ("summary");
commands.push_back ("timesheet");
commands.push_back ("undo");
commands.push_back ("merge");
@@ -199,7 +198,6 @@ bool Cmd::isReadOnlyCommand ()
if (command == "_query" ||
command == "calendar" ||
command == "push" ||
command == "summary" ||
command == "timesheet" ||
validCustom (command))
return true;