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

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