src: Removed unused color scheme test code

This commit is contained in:
Eberhard Graether
2017-11-26 19:04:38 +01:00
parent 7903ef9c1e
commit a9cd67659a
8 changed files with 1 additions and 307 deletions
@@ -53,8 +53,6 @@ PersistentStorage::PersistentStorage(const FilePath& dbPath, const FilePath& boo
m_commandIndex.addNode(0, NodeType(NodeType::NODE_MACRO).getReadableTypeString());
m_commandIndex.addNode(0, NodeType(NodeType::NODE_UNION).getReadableTypeString());
// m_commandIndex.addNode(0, SearchMatch::getCommandName(SearchMatch::COMMAND_COLOR_SCHEME_TEST));
m_commandIndex.finishSetup();
}