mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 13:18:34 +02:00
audio_setup: cleanup unused clockrec
This commit is contained in:
@@ -125,13 +125,6 @@ const CMenuOptionChooser::keyval AUDIOMENU_HDMI_DD_OPTIONS[AUDIOMENU_HDMI_DD_OPT
|
||||
{ HDMI_ENCODED_FORCED, LOCALE_AUDIOMENU_HDMI_DD_FORCE }
|
||||
};
|
||||
|
||||
// #define AUDIOMENU_CLOCKREC_OPTION_COUNT 2
|
||||
// const CMenuOptionChooser::keyval AUDIOMENU_CLOCKREC_OPTIONS[AUDIOMENU_CLOCKREC_OPTION_COUNT] =
|
||||
// {
|
||||
// { 0, LOCALE_OPTIONS_OFF },
|
||||
// { 1, LOCALE_OPTIONS_ON },
|
||||
// };
|
||||
|
||||
/* audio settings menu */
|
||||
int CAudioSetup::showAudioSetup()
|
||||
{
|
||||
@@ -182,8 +175,6 @@ int CAudioSetup::showAudioSetup()
|
||||
//volume after start
|
||||
st = new CMenuOptionNumberChooser(LOCALE_AUDIOMENU_VOLUME_START, &g_settings.start_volume, true, -1, 100, NULL, CRCInput::RC_nokey, NULL, 0, -1, LOCALE_AUDIOMENU_VOLUME_LAST_USED);
|
||||
st->setHint("", LOCALE_MENU_HINT_AUDIO_VOLSTART);
|
||||
//clock rec
|
||||
//CMenuOptionChooser * as_oj_clockrec new CMenuOptionChooser(LOCALE_AUDIOMENU_CLOCKREC, &g_settings.clockrec, AUDIOMENU_CLOCKREC_OPTIONS, AUDIOMENU_CLOCKREC_OPTION_COUNT, true, audioSetupNotifier);
|
||||
|
||||
#if HAVE_CST_HARDWARE
|
||||
/* only coolstream has SRS stuff, so only compile it there */
|
||||
@@ -243,7 +234,6 @@ int CAudioSetup::showAudioSetup()
|
||||
audioSettings->addItem(as_oj_avsync);
|
||||
audioSettings->addItem(as_oj_vsteps);
|
||||
audioSettings->addItem(st);
|
||||
//audioSettings->addItem(as_clockrec);
|
||||
//---------------------------------------------------------
|
||||
#if HAVE_CST_HARDWARE
|
||||
/* only coolstream has SRS stuff, so only compile it there */
|
||||
|
Reference in New Issue
Block a user