- Relocated legacy checks from Config.cpp to legacy.cpp.
This commit is contained in:
Paul Beckingham
2011-10-02 18:05:20 -04:00
parent d62ea4e223
commit 6e21cc5b2a
5 changed files with 73 additions and 71 deletions

View File

@@ -60,9 +60,6 @@ public:
void set (const std::string&, const std::string&);
void all (std::vector <std::string>&) const;
std::string checkForDeprecatedColor ();
std::string checkForDeprecatedColumns ();
public:
File _original_file;