From 920a7f8d46f62b06812145fa3b350f3eb6f1af80 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 29 Oct 2015 15:06:23 +0100 Subject: Remove unused commented out code --- src/ConfigBase.hpp | 2 -- 1 file changed, 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 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"); } }; -- cgit v1.2.3-54-g00ecf