summaryrefslogtreecommitdiff
path: root/apps/menus/exported_menus.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/exported_menus.h')
-rw-r--r--apps/menus/exported_menus.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/menus/exported_menus.h b/apps/menus/exported_menus.h
index 6318007c64..55919abcfc 100644
--- a/apps/menus/exported_menus.h
+++ b/apps/menus/exported_menus.h
@@ -38,11 +38,6 @@ extern const struct menu_item_ex
38 info_menu, /* info_menu.c */ 38 info_menu, /* info_menu.c */
39 theme_menu; /* theme_menu.c */ 39 theme_menu; /* theme_menu.c */
40 40
41#ifdef HAVE_WM8758
42extern const struct menu_item_ex hw_eq_menu; /* eq_menu.c */
43#endif
44
45
46struct browse_folder_info { 41struct browse_folder_info {
47 const char* dir; 42 const char* dir;
48 int show_options; 43 int show_options;
@@ -51,3 +46,4 @@ int browse_folder(void *param); /* in theme_menu.c as it is mostly used there */
51 46
52#endif /* ! PLUGIN */ 47#endif /* ! PLUGIN */
53#endif /*_EXPORTED_MENUS_H */ 48#endif /*_EXPORTED_MENUS_H */
49