diff options
Diffstat (limited to 'src/common/configuration.hpp')
-rw-r--r-- | src/common/configuration.hpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common/configuration.hpp b/src/common/configuration.hpp index 1c1a9ce..b7c296f 100644 --- a/src/common/configuration.hpp +++ b/src/common/configuration.hpp @@ -32,26 +32,9 @@ namespace Configuration */ void initialize(const std::string &filename); - /** - * Writes the current settings back to the configuration file. - */ void deinitialize(); /** - * Sets an option to a given value. - * @param key option identifier. - * @param value Value. - */ - void setValue(const std::string &key, const std::string &value); - - /** - * Sets an option to a given value. - * @param key option identifier. - * @param value value. - */ - void setValue(const std::string &key, int value); - - /** * Gets an option as a string. * @param key option identifier. * @param deflt default value. |