remove unused emlog setting

This commit is contained in:
[CST] Focus
2012-06-27 14:37:07 +04:00
parent 2448d898a9
commit 0b23198e56
4 changed files with 0 additions and 18 deletions

View File

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