mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
|
|
@ -504,7 +504,6 @@ bool option_screen(const struct settings_list *setting,
|
|||
title = P2STR(option_title);
|
||||
|
||||
gui_synclist_set_title(&lists, title, Icon_Questionmark);
|
||||
gui_synclist_set_icon_callback(&lists, NULL);
|
||||
if(global_settings.talk_menu)
|
||||
gui_synclist_set_voice_callback(&lists, option_talk);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue