mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Cleanup: Removed unneeded function
This commit is contained in:
parent
461610aaa6
commit
84be60fdca
3 changed files with 0 additions and 10 deletions
|
@ -2196,9 +2196,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
|
|
||||||
else
|
else
|
||||||
throw format (STRING_TASK_INVALID_COL_TYPE, column->type (), name);
|
throw format (STRING_TASK_INVALID_COL_TYPE, column->type (), name);
|
||||||
|
|
||||||
// Warn about deprecated/obsolete attribute usage.
|
|
||||||
legacyAttributeCheck (name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -33,12 +33,6 @@
|
||||||
|
|
||||||
extern Context context;
|
extern Context context;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void legacyAttributeCheck (const std::string& name)
|
|
||||||
{
|
|
||||||
// 2013-07-25: Deprecated "fg" and "bg" removed.
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void legacyColumnMap (std::string& name)
|
void legacyColumnMap (std::string& name)
|
||||||
{
|
{
|
||||||
|
|
|
@ -76,7 +76,6 @@ std::string onExpiration (Task&);
|
||||||
void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
||||||
|
|
||||||
// legacy.cpp
|
// legacy.cpp
|
||||||
void legacyAttributeCheck (const std::string&);
|
|
||||||
void legacyColumnMap (std::string&);
|
void legacyColumnMap (std::string&);
|
||||||
void legacySortColumnMap (std::string&);
|
void legacySortColumnMap (std::string&);
|
||||||
std::string legacyCheckForDeprecatedVariables ();
|
std::string legacyCheckForDeprecatedVariables ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue