Custom Reports - old reports removed

This commit is contained in:
Paul Beckingham
2009-02-15 15:13:24 -05:00
parent 6764a6a7ec
commit 481a0aa1eb
3 changed files with 5 additions and 465 deletions

View File

@@ -89,10 +89,7 @@ std::string handleColor (Config&);
// report.cpp
void filter (std::vector<T>&, T&);
std::string handleList (TDB&, T&, Config&);
std::string handleInfo (TDB&, T&, Config&);
std::string handleLongList (TDB&, T&, Config&);
std::string handleSmallList (TDB&, T&, Config&);
std::string handleCompleted (TDB&, T&, Config&);
std::string handleReportSummary (TDB&, T&, Config&);
std::string handleReportNext (TDB&, T&, Config&);