mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
remove unused emlog setting
This commit is contained in:
@@ -375,7 +375,6 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
//misc
|
||||
g_settings.power_standby = configfile.getInt32( "power_standby", 0);
|
||||
g_settings.rotor_swap = configfile.getInt32( "rotor_swap", 0);
|
||||
g_settings.emlog = configfile.getInt32( "emlog", 0);
|
||||
|
||||
//led
|
||||
g_settings.led_tv_mode = configfile.getInt32( "led_tv_mode", 1);
|
||||
@@ -829,7 +828,6 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
||||
//misc
|
||||
configfile.setInt32( "power_standby", g_settings.power_standby);
|
||||
configfile.setInt32( "rotor_swap", g_settings.rotor_swap);
|
||||
configfile.setInt32( "emlog", g_settings.emlog);
|
||||
configfile.setInt32( "zap_cycle", g_settings.zap_cycle );
|
||||
configfile.setInt32( "hdd_fs", g_settings.hdd_fs);
|
||||
configfile.setInt32( "hdd_sleep", g_settings.hdd_sleep);
|
||||
|
Reference in New Issue
Block a user