remove unused emlog setting

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0b23198e56
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-27 (Wed, 27 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-06-27 14:37:07 +04:00
parent 9eeabbab42
commit 8ae61eadac
4 changed files with 0 additions and 18 deletions

View File

@@ -319,15 +319,3 @@ void CMiscMenue::showMiscSettingsMenuCPUFreq(CMenuWidget *ms_cpu)
ms_cpu->addItem(new CMenuOptionChooser(LOCALE_CPU_FREQ_STANDBY, &g_settings.standby_cpufreq, CPU_FREQ_OPTIONS, CPU_FREQ_OPTION_COUNT, true));
}
#endif /*CPU_FREQ*/
#if 0
//emlog
void CMiscMenue::showMiscSettingsMenuEmLog(CMenuWidget *ms_emlog)
{
ms_emlog->addIntroItems(LOCALE_MISCSETTINGS_DRIVER_BOOT);
if (access("/var/tuxbox/emlog", F_OK) == 0)
g_settings.emlog = 1;
ms_emlog->addItem(new CMenuOptionChooser(LOCALE_EXTRA_USELOG, &g_settings.emlog, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, new CLogChangeNotifier));
}
#endif