Legacy: Code cleanup

- Removed legacyCheckForDeprecatedColor.
This commit is contained in:
Paul Beckingham 2015-08-09 13:30:22 -04:00
parent 02173be81a
commit 9cd10a5c1e
3 changed files with 0 additions and 10 deletions

View file

@ -82,7 +82,6 @@ void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
void legacyAttributeCheck (const std::string&);
void legacyColumnMap (std::string&);
void legacySortColumnMap (std::string&);
std::string legacyCheckForDeprecatedColor ();
std::string legacyCheckForDeprecatedVariables ();
std::string legacyCheckForDeprecatedColumns ();
void legacyAttributeMap (std::string&);