audio_setup: cleanup unused clockrec

This commit is contained in:
Frankenstone
2021-12-14 11:11:25 +01:00
committed by Thilo Graf
parent bea4660ebf
commit 2af245a256
8 changed files with 0 additions and 22 deletions

View File

@@ -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 */