mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- remove incomplete external volume script controlling
if somebody need this, we can commit the correct and complete patch
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user