Context: Removed unused ::clear method

This commit is contained in:
Paul Beckingham
2015-06-17 14:24:14 -07:00
parent 80052949d9
commit 49e7196dec
2 changed files with 0 additions and 25 deletions

View File

@@ -68,7 +68,6 @@ public:
void debug (const std::string&); // Debug message sink
void error (const std::string&); // Error message sink - non-maskable
void clearMessages ();
void clear ();
void decomposeSortField (const std::string&, std::string&, bool&, bool&);