summaryrefslogtreecommitdiffstats
path: root/src/ConfigBase.hpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2015-10-29 15:06:23 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2015-10-29 15:06:23 +0100
commit920a7f8d46f62b06812145fa3b350f3eb6f1af80 (patch)
tree3c30d7316da3a6095eaa255b3f7729f7c1487320 /src/ConfigBase.hpp
parent6b07b219d878ed0d39bfecfd811127b4922178a4 (diff)
downloadmanager-920a7f8d46f62b06812145fa3b350f3eb6f1af80.tar.gz
manager-920a7f8d46f62b06812145fa3b350f3eb6f1af80.zip
Remove unused commented out code
Diffstat (limited to 'src/ConfigBase.hpp')
-rw-r--r--src/ConfigBase.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ConfigBase.hpp b/src/ConfigBase.hpp
index c931a91..ade454a 100644
--- a/src/ConfigBase.hpp
+++ b/src/ConfigBase.hpp
@@ -45,8 +45,6 @@ public:
template<typename Type, typename = void>
class ConfigValue : public ConfigValueBase {
public:
-// CRSMConfigValue(Type&) { }
-
virtual void setValue(const QString&) { throw ConfigException("Cannot assign"); }
virtual QString value() { throw ConfigException("Cannot get the value"); }
};