summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 88b246fec4..ca352fd8ff 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -1221,18 +1221,6 @@ static bool replaygain_settings_menu(void)
1221 return result; 1221 return result;
1222} 1222}
1223 1223
1224static bool crossfeed(void)
1225{
1226 bool result = set_bool_options(str(LANG_CROSSFEED),
1227 &global_settings.crossfeed,
1228 STR(LANG_ON),
1229 STR(LANG_OFF),
1230 NULL);
1231
1232 dsp_set_crossfeed(global_settings.crossfeed);
1233 return result;
1234}
1235
1236static bool crossfade(void) 1224static bool crossfade(void)
1237{ 1225{
1238 static const struct opt_items names[] = { 1226 static const struct opt_items names[] = {
@@ -1384,7 +1372,6 @@ static bool playback_settings_menu(void)
1384#if CONFIG_CODEC == SWCODEC 1372#if CONFIG_CODEC == SWCODEC
1385 { ID2P(LANG_CROSSFADE), crossfade_settings_menu }, 1373 { ID2P(LANG_CROSSFADE), crossfade_settings_menu },
1386 { ID2P(LANG_REPLAYGAIN), replaygain_settings_menu }, 1374 { ID2P(LANG_REPLAYGAIN), replaygain_settings_menu },
1387 { ID2P(LANG_CROSSFEED), crossfeed },
1388 { ID2P(LANG_BEEP), beep }, 1375 { ID2P(LANG_BEEP), beep },
1389#endif 1376#endif
1390#ifdef HAVE_SPDIF_POWER 1377#ifdef HAVE_SPDIF_POWER