More cleanup of ConfigurationManager

This commit is contained in:
Alexander Bock
2014-09-27 19:13:36 +02:00
parent add7e06a64
commit cfcf0247be
4 changed files with 11 additions and 7 deletions
-3
View File
@@ -36,9 +36,6 @@ namespace configurationmanager {
const std::string keyConfigScene = "Scene";
const std::string keyStartupScript = "StartupScripts";
const std::string keyConfigTimekernel = "SpiceTimeKernel";
namespace paths {
const std::string keyBasePath = "BASE_PATH";
} // namespace paths
} // namespace configurationmanager
namespace scenegraph {