mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
Deprecated Feature Removal
- Removed deprecated 'echo.command' setting, in favor of the 'header' and 'affected' verbosity tokens.
This commit is contained in:
parent
49c07acb05
commit
2cbae3fb9c
9 changed files with 16 additions and 28 deletions
|
@ -148,8 +148,7 @@ std::string legacyCheckForDeprecatedVariables ()
|
|||
it->first.substr (it->first.length () - 12) == ".annotations")
|
||||
deprecated.push_back (it->first);
|
||||
|
||||
if (it->first == "echo.command" ||
|
||||
it->first == "edit.verbose" ||
|
||||
if (it->first == "edit.verbose" ||
|
||||
it->first == "next" ||
|
||||
it->first == "annotations" ||
|
||||
it->first == "export.ical.class")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue