- Removed legacy duration value mapping, which causes much performance
  degradation.
This commit is contained in:
Paul Beckingham
2015-03-02 16:16:39 -05:00
parent f0cc0151b7
commit 7665d13d42
6 changed files with 17 additions and 129 deletions

View File

@@ -86,7 +86,6 @@ std::string legacyCheckForDeprecatedColor ();
std::string legacyCheckForDeprecatedVariables ();
std::string legacyCheckForDeprecatedColumns ();
void legacyAttributeMap (std::string&);
void legacyValueMap (const std::string&, std::string&);
// list template
///////////////////////////////////////////////////////////////////////////////