gui/audio_setup: remove disabled code

This commit is contained in:
martii
2013-12-22 13:01:22 +01:00
committed by Jacek Jendrzej
parent 7d59c8a079
commit 5131b0e55f

View File

@@ -180,11 +180,6 @@ int CAudioSetup::showAudioSetup()
CMenuOptionChooser * as_oj_srsonoff = new CMenuOptionChooser(LOCALE_AUDIO_SRS_IQ, &g_settings.srs_enable, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, &truevolSetupNotifier); CMenuOptionChooser * as_oj_srsonoff = new CMenuOptionChooser(LOCALE_AUDIO_SRS_IQ, &g_settings.srs_enable, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, &truevolSetupNotifier);
as_oj_srsonoff->setHint("", LOCALE_MENU_HINT_AUDIO_SRS); as_oj_srsonoff->setHint("", LOCALE_MENU_HINT_AUDIO_SRS);
#if 0
CStringInput * audio_PCMOffset = new CStringInput(LOCALE_AUDIOMENU_PCMOFFSET, g_settings.audio_PCMOffset, 2, NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, "0123456789 ", audioSetupNotifier);
CMenuForwarder *mf = new CMenuForwarder(LOCALE_AUDIOMENU_PCMOFFSET, true, g_settings.audio_PCMOffset, audio_PCMOffset );
#endif
//paint items //paint items
audioSettings->addIntroItems(LOCALE_MAINSETTINGS_AUDIO); audioSettings->addIntroItems(LOCALE_MAINSETTINGS_AUDIO);
//--------------------------------------------------------- //---------------------------------------------------------