summaryrefslogtreecommitdiff
path: root/src/config/config.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-12-17 13:37:57 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-12-17 13:37:57 +0100
commit720e31a5113c25e48d7754bb812ab84c6c31d1d9 (patch)
tree5a697d40c8df6c71d37168e401a058b94f0b20cf /src/config/config.hpp
parent0ab5ecea133cef5a009bc34ba42c4eaacde6a7dd (diff)
downloadbiboumi-720e31a5113c25e48d7754bb812ab84c6c31d1d9.tar.gz
biboumi-720e31a5113c25e48d7754bb812ab84c6c31d1d9.tar.bz2
biboumi-720e31a5113c25e48d7754bb812ab84c6c31d1d9.tar.xz
biboumi-720e31a5113c25e48d7754bb812ab84c6c31d1d9.zip
Fix a few issues reported by static analyzers
Diffstat (limited to 'src/config/config.hpp')
-rw-r--r--src/config/config.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config/config.hpp b/src/config/config.hpp
index ea28388..e070816 100644
--- a/src/config/config.hpp
+++ b/src/config/config.hpp
@@ -53,14 +53,6 @@ public:
*/
static void set(const std::string&, const std::string&, bool save = false);
/**
- * Set a value for the given option. And write all the config
- * in the file from which it was read if boolean is set.
- * @param option The option to set
- * @param value The value to use
- * @param save if true, save the config file
- */
- static void set_int(const std::string&, const int&, bool save = false);
- /**
* Adds a function to a list. This function will be called whenever a
* configuration change occurs.
*/