Setttings: Eliminate gui_synclist_init_display_settings callbacks

Since synclists are now re-initialized after leaving
Settings menus where the callback was used, it
shouldn't be needed anymore.

gui_synclist_init_display_settings can also be made
local to list.c now.

Change-Id: I674e4da49153440b48298fed7c4d98b421b7beaa
This commit is contained in:
Christian Soffke 2022-12-07 00:05:00 +01:00
parent dfd9c10589
commit ac9066dd44
4 changed files with 5 additions and 31 deletions

View file

@ -190,7 +190,6 @@ struct gui_synclist
extern void list_init(void);
extern void gui_synclist_init_display_settings(struct gui_synclist * list);
extern void gui_synclist_init(
struct gui_synclist * lists,
list_get_name callback_get_item_name,