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
|
|
@ -1219,7 +1219,6 @@ bool search_playlist(void)
|
|||
gui_synclist_init(&playlist_lists, playlist_search_callback_name,
|
||||
&s_data, false, 1, NULL);
|
||||
gui_synclist_set_title(&playlist_lists, str(LANG_SEARCH_RESULTS), NOICON);
|
||||
gui_synclist_set_icon_callback(&playlist_lists, NULL);
|
||||
if(global_settings.talk_file)
|
||||
gui_synclist_set_voice_callback(&playlist_lists,
|
||||
global_settings.talk_file?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue