summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/list.c2
-rw-r--r--apps/gui/list.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index d15948e97a..83d12289f2 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -123,7 +123,7 @@ void list_init_item_height(struct gui_synclist *list, enum screen_type screen)
123#endif 123#endif
124} 124}
125 125
126void gui_synclist_init_display_settings(struct gui_synclist * list) 126static void gui_synclist_init_display_settings(struct gui_synclist * list)
127{ 127{
128 struct user_settings *gs = &global_settings; 128 struct user_settings *gs = &global_settings;
129 list->scrollbar = gs->scrollbar; 129 list->scrollbar = gs->scrollbar;
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 15ee1df736..40a27d1061 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -190,7 +190,6 @@ struct gui_synclist
190 190
191extern void list_init(void); 191extern void list_init(void);
192 192
193extern void gui_synclist_init_display_settings(struct gui_synclist * list);
194extern void gui_synclist_init( 193extern void gui_synclist_init(
195 struct gui_synclist * lists, 194 struct gui_synclist * lists,
196 list_get_name callback_get_item_name, 195 list_get_name callback_get_item_name,