system/setting_helpers.cpp: remove unused CLedControlNotifier

This commit is contained in:
[CST] Focus
2012-05-07 16:00:04 +04:00
parent 94486c03d1
commit 78ac46c1b2
2 changed files with 0 additions and 12 deletions

View File

@@ -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;

View File

@@ -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: