All references to the hardware equalizer should have be removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16495 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c5fef0068
commit
48a79ade6f
1 changed files with 1 additions and 5 deletions
|
@ -38,11 +38,6 @@ extern const struct menu_item_ex
|
||||||
info_menu, /* info_menu.c */
|
info_menu, /* info_menu.c */
|
||||||
theme_menu; /* theme_menu.c */
|
theme_menu; /* theme_menu.c */
|
||||||
|
|
||||||
#ifdef HAVE_WM8758
|
|
||||||
extern const struct menu_item_ex hw_eq_menu; /* eq_menu.c */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
struct browse_folder_info {
|
struct browse_folder_info {
|
||||||
const char* dir;
|
const char* dir;
|
||||||
int show_options;
|
int show_options;
|
||||||
|
@ -51,3 +46,4 @@ int browse_folder(void *param); /* in theme_menu.c as it is mostly used there */
|
||||||
|
|
||||||
#endif /* ! PLUGIN */
|
#endif /* ! PLUGIN */
|
||||||
#endif /*_EXPORTED_MENUS_H */
|
#endif /*_EXPORTED_MENUS_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue