mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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:
parent
dfd9c10589
commit
ac9066dd44
4 changed files with 5 additions and 31 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue