Code Cleanup

- Eliminatd helpers.cpp, and the redundant getFullDescription function
  therein.
- The timesheet report now uses standard description formatting.
This commit is contained in:
Paul Beckingham 2012-03-03 16:08:21 -05:00
parent a300dba2df
commit 761ef296ad
4 changed files with 27 additions and 115 deletions

View file

@ -48,9 +48,6 @@ void updateRecurrenceMask (Task&);
int getDueState (const std::string&);
bool nag (Task&);
// helpers.cpp
std::string getFullDescription (Task&, const std::string&);
// rules.cpp
void initializeColorRules ();
void autoColorize (Task&, Color&);