summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 1be9da496a..9107bf0591 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -170,9 +170,7 @@ extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists,
170extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists, 170extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists,
171 enum screen_type screen, int item); 171 enum screen_type screen, int item);
172 172
173#if CONFIG_CODEC == SWCODEC
174extern bool gui_synclist_keyclick_callback(int action, void* data); 173extern bool gui_synclist_keyclick_callback(int action, void* data);
175#endif
176/* 174/*
177 * Do the action implied by the given button, 175 * Do the action implied by the given button,
178 * returns true if the action was handled. 176 * returns true if the action was handled.