summaryrefslogtreecommitdiff
path: root/apps/eq_menu.c
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2006-08-15 10:21:32 +0000
committerDan Everton <dan@iocaine.org>2006-08-15 10:21:32 +0000
commitaa38ce54bb06cb0c1f97fc9d0feddf65bc99a326 (patch)
tree405f190dbca74c9696cab554ca85c75d2bbd3432 /apps/eq_menu.c
parenteb1dd38960214cb5581b9d39ef4fe73e2a050090 (diff)
downloadrockbox-aa38ce54bb06cb0c1f97fc9d0feddf65bc99a326.zip
rockbox-aa38ce54bb06cb0c1f97fc9d0feddf65bc99a326.tar.gz
rockbox-aa38ce54bb06cb0c1f97fc9d0feddf65bc99a326.tar.bz2
rockbox-aa38ce54bb06cb0c1f97fc9d0feddf65bc99a326.tar.xz
Move Hardware Equalizer menu up a level so it's no longer a sub-menu of the software equalizer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10579 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/eq_menu.c')
-rw-r--r--apps/eq_menu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/eq_menu.c b/apps/eq_menu.c
index b863e45..32d16c4 100644
--- a/apps/eq_menu.c
+++ b/apps/eq_menu.c
@@ -1223,7 +1223,7 @@ static bool eq_hw_set_band4(void)
return result;
}
-static bool eq_hw_menu(void)
+bool eq_hw_menu(void)
{
int m;
bool result;
@@ -1256,9 +1256,6 @@ bool eq_menu(void)
{ ID2P(LANG_EQUALIZER_PRECUT), eq_precut },
{ ID2P(LANG_EQUALIZER_GAIN), eq_gain_menu },
{ ID2P(LANG_EQUALIZER_ADVANCED), eq_advanced_menu },
-#ifdef HAVE_WM8758
- { ID2P(LANG_EQUALIZER_HARDWARE), eq_hw_menu },
-#endif
{ ID2P(LANG_EQUALIZER_SAVE), eq_save_preset },
{ ID2P(LANG_EQUALIZER_BROWSE), eq_browse_presets },
};