Deprecated Feature

- Deprecated '_query' alias.
This commit is contained in:
Paul Beckingham
2014-01-26 13:34:04 -05:00
parent 38c460d713
commit 2036ebf03e
4 changed files with 7 additions and 2 deletions

View File

@@ -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;