src: remove unused stuff

* PersistenStorage::removeUnusedNames
* Dictionary
* DictionaryTestSuite
This commit is contained in:
Eberhard Graether
2016-05-30 14:23:50 +02:00
parent 71cf6bb5f4
commit 5bb6902cdf
8 changed files with 1 additions and 232 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Task::TaskState TaskCleanStorage::update()
if (m_fileCount)
{
MessageStatus("Cleaning up names (ESC to quit)", false, true).dispatch();
m_storage->removeUnusedNames();
m_storage->clearCaches();
}
return Task::STATE_FINISHED;