diff options
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r-- | apps/gui/list.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index b716d8afd9..ede62d7b0a 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -220,8 +220,6 @@ extern void gui_synclist_add_item(struct gui_synclist * lists); extern void gui_synclist_del_item(struct gui_synclist * lists); extern void gui_synclist_set_title(struct gui_synclist * lists, const char * title, enum themable_icons icon); -extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists, - enum screen_type screen, int item); extern bool gui_synclist_keyclick_callback(int action, void* data); /* |