diff options
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/src/configuration.h b/src/configuration.h index c50e68e0..f1e47aae 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -28,27 +28,7 @@ #include <list> #include <string> - -/** - * The listener interface for receiving notifications about changes to - * configuration options. - * - * \ingroup CORE - */ -class ConfigListener -{ - public: - /** - * Destructor. - */ - virtual ~ConfigListener(); - - /** - * Called when an option changed. The config listener will have to be - * registered to the option name first. - */ - virtual void optionChanged(const std::string &name) = 0; -}; +class ConfigListener; /** * INI configuration handler for reading (and writing). |