Legacy: Code cleanup
- Removed legacyCheckForDeprecatedColor.
This commit is contained in:
@@ -348,7 +348,6 @@ int CmdShow::execute (std::string& output)
|
||||
}
|
||||
|
||||
out << legacyCheckForDeprecatedVariables ();
|
||||
out << legacyCheckForDeprecatedColor ();
|
||||
out << legacyCheckForDeprecatedColumns ();
|
||||
|
||||
// TODO Check for referenced but missing theme files.
|
||||
|
||||
@@ -103,14 +103,6 @@ void legacySortColumnMap (std::string& name)
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string legacyCheckForDeprecatedColor ()
|
||||
{
|
||||
// 2014-01-26: Color defs containing '_' removed.
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string legacyCheckForDeprecatedVariables ()
|
||||
{
|
||||
|
||||
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user