CLI2: Removed unused ::getFilter method

This commit is contained in:
Paul Beckingham
2015-06-20 09:31:19 -07:00
parent e8a9e5bc32
commit b9a1ebc393
2 changed files with 0 additions and 38 deletions

View File

@@ -84,7 +84,6 @@ public:
/*
void addContextFilter ();
void addRawFilter (const std::string& arg);
const std::string getFilter (bool applyContext = true);
*/
void prepareFilter (bool applyContext = true);
const std::vector <std::string> getWords (bool filtered = true);