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
|
@ -657,7 +657,6 @@ enum plugin_status plugin_start(const void *parameter)
|
|||
rb->gui_synclist_init(&kb_list, &kb_list_cb, NULL, false, 1, NULL);
|
||||
|
||||
rb->gui_synclist_set_title(&kb_list, "Keybox", NOICON);
|
||||
rb->gui_synclist_set_icon_callback(&kb_list, NULL);
|
||||
rb->gui_synclist_set_nb_items(&kb_list, 0);
|
||||
rb->gui_synclist_select_item(&kb_list, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue