mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Legacy: Code cleanup
- Removed legacyCheckForDeprecatedColor.
This commit is contained in:
parent
02173be81a
commit
9cd10a5c1e
3 changed files with 0 additions and 10 deletions
|
@ -348,7 +348,6 @@ int CmdShow::execute (std::string& output)
|
||||||
}
|
}
|
||||||
|
|
||||||
out << legacyCheckForDeprecatedVariables ();
|
out << legacyCheckForDeprecatedVariables ();
|
||||||
out << legacyCheckForDeprecatedColor ();
|
|
||||||
out << legacyCheckForDeprecatedColumns ();
|
out << legacyCheckForDeprecatedColumns ();
|
||||||
|
|
||||||
// TODO Check for referenced but missing theme files.
|
// 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 ()
|
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 legacyAttributeCheck (const std::string&);
|
||||||
void legacyColumnMap (std::string&);
|
void legacyColumnMap (std::string&);
|
||||||
void legacySortColumnMap (std::string&);
|
void legacySortColumnMap (std::string&);
|
||||||
std::string legacyCheckForDeprecatedColor ();
|
|
||||||
std::string legacyCheckForDeprecatedVariables ();
|
std::string legacyCheckForDeprecatedVariables ();
|
||||||
std::string legacyCheckForDeprecatedColumns ();
|
std::string legacyCheckForDeprecatedColumns ();
|
||||||
void legacyAttributeMap (std::string&);
|
void legacyAttributeMap (std::string&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue