forked from len0rd/rockbox
list: remove redundant setting of icon callback to NULL
gui_synclist_init already does this for us Change-Id: I1288d389c6191416cbc3da37a333b1cad84ee779
This commit is contained in:
parent
68fc5b4a7a
commit
6d19214eeb
12 changed files with 0 additions and 14 deletions
|
@ -309,7 +309,6 @@ static int edit_list(void)
|
|||
dirs_count = list->count;
|
||||
|
||||
rb->gui_synclist_init(&lists,list_get_name_cb,0, false, 1, NULL);
|
||||
rb->gui_synclist_set_icon_callback(&lists,NULL);
|
||||
rb->gui_synclist_set_nb_items(&lists,list->count);
|
||||
rb->gui_synclist_select_item(&lists, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue