Code Cleanup

- The "next" command had two control paths.  One was via custom reports
  (correct) and the other was a residual handler (obsolete), which is
  now removed.  This also simplifies a handleCustomReport/runCustomReport
  issue.
This commit is contained in:
Paul Beckingham 2010-07-11 12:50:41 -04:00
parent 307027a1d9
commit 254b418708
3 changed files with 1 additions and 71 deletions

View file

@ -99,7 +99,6 @@ int shortUsage (std::string &);
int longUsage (std::string &);
int handleInfo (std::string &);
int handleReportSummary (std::string &);
int handleReportNext (std::string &);
int handleReportHistoryMonthly (std::string &);
int handleReportHistoryAnnual (std::string &);
int handleReportGHistoryMonthly (std::string &);