mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
system/setting_helpers.cpp: remove unused CLedControlNotifier
Origin commit data
------------------
Branch: ni/coolstream
Commit: 78ac46c1b2
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -616,12 +616,6 @@ int CDataResetNotifier::exec(CMenuTarget* /*parent*/, const std::string& actionK
|
|||||||
return ret;
|
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)
|
bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||||
{
|
{
|
||||||
int cfd, ret;
|
int cfd, ret;
|
||||||
|
@@ -201,12 +201,6 @@ public:
|
|||||||
int exec(CMenuTarget* parent, const std::string& actionKey);
|
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
|
class CFanControlNotifier : public CChangeObserver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user