mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Deprecation
- Removed deprecated 'report.X.limit' feature.
This commit is contained in:
parent
ca9683d912
commit
fa58c24c66
4 changed files with 3 additions and 11 deletions
|
@ -88,12 +88,6 @@ std::string legacyCheckForDeprecatedVariables ()
|
|||
std::map <std::string, std::string>::const_iterator it;
|
||||
for (it = context.config.begin (); it != context.config.end (); ++it)
|
||||
{
|
||||
// report.*.limit
|
||||
if (it->first.length () > 13 &&
|
||||
it->first.substr (0, 7) == "report." &&
|
||||
it->first.substr (it->first.length () - 6) == ".limit")
|
||||
deprecated.push_back (it->first);
|
||||
|
||||
// report.*.annotations
|
||||
if (it->first.length () > 19 &&
|
||||
it->first.substr (0, 7) == "report." &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue