- remove incomplete external volume script controlling

if somebody need this, we can commit the correct and complete patch
This commit is contained in:
GetAway
2019-02-09 19:10:34 +01:00
parent 9283c464cb
commit a2bc300681
6 changed files with 0 additions and 14 deletions

View File

@@ -1425,11 +1425,6 @@ void COsdSetup::showOsdVolumeSetup(CMenuWidget *menu_volume)
mc = new CMenuOptionChooser(LOCALE_EXTRA_SHOW_MUTE_ICON, &g_settings.show_mute_icon, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
mc->setHint("", LOCALE_MENU_HINT_SHOW_MUTE_ICON);
menu_volume->addItem(mc);
// volume_external
mc = new CMenuOptionChooser(LOCALE_EXTRA_EXTERNAL_VOLUME, &g_settings.volume_external, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
mc->setHint("", LOCALE_MENU_HINT_EXTERNAL_VOLUME);
menu_volume->addItem(mc);
}
//info clock