Cleaning up ConfigurationManager

This commit is contained in:
Alexander Bock
2014-09-27 18:54:10 +02:00
parent dd15c4e3d0
commit add7e06a64
2 changed files with 27 additions and 55 deletions

View File

@@ -32,10 +32,6 @@ namespace openspace {
class ConfigurationManager : public ghoul::Dictionary {
public:
bool loadFromFile(const std::string& filename);
private:
bool registerPaths();
bool registerBasePathFromConfigurationFile(const std::string& filename);
};
} // namespace openspace