system/settings.cpp: remove unused diseqcMode, diseqcRepeat, scanSectionsd;

remove useDefaults(), init all variables to default values
This commit is contained in:
[CST] Focus
2012-04-02 13:38:45 +04:00
parent 1f1531ba86
commit 5a9e96fb27
3 changed files with 15 additions and 45 deletions

View File

@@ -1561,7 +1561,6 @@ bool sectionsd_isReady(void);
void CNeutrinoApp::MakeSectionsdConfig(CSectionsdClient::epg_config& config)
{
config.scanMode = scanSettings.scanSectionsd;
config.epg_cache = atoi(g_settings.epg_cache.c_str());
config.epg_old_events = atoi(g_settings.epg_old_events.c_str());
config.epg_max_events = atoi(g_settings.epg_max_events.c_str());