Deprecated Feature
- Deprecated '_query' alias.
This commit is contained in:
@@ -153,6 +153,10 @@ std::string legacyCheckForDeprecatedVariables ()
|
||||
it->first == "annotations" ||
|
||||
it->first == "export.ical.class")
|
||||
deprecated.push_back (it->first);
|
||||
|
||||
// Deprecated іn 2.4.0.
|
||||
if (it->first == "alias._query")
|
||||
deprecated.push_back (it->first);
|
||||
}
|
||||
|
||||
std::stringstream out;
|
||||
|
||||
Reference in New Issue
Block a user