mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
system/setting_helpers.cpp: remove unused CLedControlNotifier
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user