diff options
Diffstat (limited to 'apps/menus/menu_common.h')
-rw-r--r-- | apps/menus/menu_common.h | 2 |
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 @@ #include "menu.h" #include "config.h" -#if CONFIG_CODEC == SWCODEC int lowlatency_callback(int action, const struct menu_item_ex *this_item, struct gui_synclist *this_list); -#endif #endif /* _MENU_COMMON_H */ |