osd_setup: remove g_settings.progressbar_design leftovers

needs more checking throughout the code base...
This commit is contained in:
Stefan Seyfried
2014-12-25 18:32:21 +01:00
parent 894e21174d
commit 49f3516f47
2 changed files with 0 additions and 16 deletions

View File

@@ -475,9 +475,6 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.infobar_subchan_disp_pos = configfile.getInt32("infobar_subchan_disp_pos" , 0 );
g_settings.progressbar_gradient = configfile.getBool("progressbar_gradient", true );
g_settings.progressbar_design = configfile.getInt32("progressbar_design", CProgressBar::PB_COLOR);
bool pb_color = configfile.getBool("progressbar_color", true );
if (!pb_color)
g_settings.progressbar_design = CProgressBar::PB_MONO;
g_settings.progressbar_timescale_red = configfile.getInt32("progressbar_timescale_red", 0);
g_settings.progressbar_timescale_green = configfile.getInt32("progressbar_timescale_green", 100);
g_settings.progressbar_timescale_yellow = configfile.getInt32("progressbar_timescale_yellow", 70);