Code Cleanup

- Removed obsolete deltaXXXX helper functions.
This commit is contained in:
Paul Beckingham 2011-07-25 23:08:56 -04:00
parent 83c0ea6ab2
commit b9ea9ca2db
2 changed files with 0 additions and 141 deletions

View file

@ -50,11 +50,6 @@ std::string getFullDescription (Task&, const std::string&);
std::string getDueDate (Task&, const std::string&);
std::string onProjectChange (Task&, bool scope = true);
std::string onProjectChange (Task&, Task&);
int deltaAppend (Task&);
int deltaPrepend (Task&);
int deltaDescription (Task&);
int deltaTags (Task&);
int deltaAttributes (Task&);
// rules.cpp
void initializeColorRules ();