diff --git a/src/system/setting_helpers.cpp b/src/system/setting_helpers.cpp index 12ce4688b..2da98608e 100644 --- a/src/system/setting_helpers.cpp +++ b/src/system/setting_helpers.cpp @@ -616,12 +616,6 @@ int CDataResetNotifier::exec(CMenuTarget* /*parent*/, const std::string& actionK return ret; } -bool CLedControlNotifier::changeNotify(const neutrino_locale_t, void* /*data*/) -{ - CVFD::getInstance()->setled(); - return true; -} - bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data) { int cfd, ret; diff --git a/src/system/setting_helpers.h b/src/system/setting_helpers.h index 1229ba765..68ba90453 100644 --- a/src/system/setting_helpers.h +++ b/src/system/setting_helpers.h @@ -201,12 +201,6 @@ public: int exec(CMenuTarget* parent, const std::string& actionKey); }; -class CLedControlNotifier : public CChangeObserver -{ -public: - bool changeNotify(const neutrino_locale_t, void * data); -}; - class CFanControlNotifier : public CChangeObserver { public: