diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ConfigBase.hpp | 2 |
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"); } }; |
