Remove the paths from the configuration dictionary to make it unnecessary to keep them synchronized with the filesystem

This commit is contained in:
Alexander Bock
2014-09-27 19:42:25 +02:00
parent f3fb8cd95e
commit 3a2c4e92fc
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -86,7 +86,9 @@ bool ConfigurationManager::loadFromFile(const std::string& filename) {
}
}
// Remove the Paths dictionary from the configuration manager as those paths might
// change later and we don't want to be forced to keep our local copy up to date
removeKey(keyPaths);
return true;
}