From 78ac46c1b289f550efc170ba1f9fb80ec01bf407 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 7 May 2012 16:00:04 +0400 Subject: [PATCH] system/setting_helpers.cpp: remove unused CLedControlNotifier --- src/system/setting_helpers.cpp | 6 ------ src/system/setting_helpers.h | 6 ------ 2 files changed, 12 deletions(-) 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: