summaryrefslogtreecommitdiff
path: root/apps/menus/menu_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/menu_common.h')
-rw-r--r--apps/menus/menu_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/menus/menu_common.h b/apps/menus/menu_common.h
index e85ed8dc61..5a28c3f03c 100644
--- a/apps/menus/menu_common.h
+++ b/apps/menus/menu_common.h
@@ -24,11 +24,9 @@
24#include "menu.h" 24#include "menu.h"
25#include "config.h" 25#include "config.h"
26 26
27#if CONFIG_CODEC == SWCODEC
28int lowlatency_callback(int action, 27int lowlatency_callback(int action,
29 const struct menu_item_ex *this_item, 28 const struct menu_item_ex *this_item,
30 struct gui_synclist *this_list); 29 struct gui_synclist *this_list);
31#endif
32 30
33#endif /* _MENU_COMMON_H */ 31#endif /* _MENU_COMMON_H */
34 32