diff options
| author | Dan Everton <dan@iocaine.org> | 2008-03-03 10:58:23 +0000 |
|---|---|---|
| committer | Dan Everton <dan@iocaine.org> | 2008-03-03 10:58:23 +0000 |
| commit | 48a79ade6f375de6b5be8d801f832f36f848106d (patch) | |
| tree | defc2deae0a18e8e91e55de8ebbe938bbdd42661 | |
| parent | 5c5fef006893f6565685917235c1740dc8c6d29e (diff) | |
| download | rockbox-48a79ade6f375de6b5be8d801f832f36f848106d.zip rockbox-48a79ade6f375de6b5be8d801f832f36f848106d.tar.gz rockbox-48a79ade6f375de6b5be8d801f832f36f848106d.tar.bz2 rockbox-48a79ade6f375de6b5be8d801f832f36f848106d.tar.xz | |
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
| -rw-r--r-- | apps/menus/exported_menus.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/menus/exported_menus.h b/apps/menus/exported_menus.h index 6318007..55919ab 100644 --- a/apps/menus/exported_menus.h +++ b/apps/menus/exported_menus.h @@ -38,11 +38,6 @@ extern const struct menu_item_ex info_menu, /* info_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 { const char* dir; 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 /*_EXPORTED_MENUS_H */ + |