summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index b0435365e2..70072f59f5 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -1219,7 +1219,6 @@ bool search_playlist(void)
1219 gui_synclist_init(&playlist_lists, playlist_search_callback_name, 1219 gui_synclist_init(&playlist_lists, playlist_search_callback_name,
1220 &s_data, false, 1, NULL); 1220 &s_data, false, 1, NULL);
1221 gui_synclist_set_title(&playlist_lists, str(LANG_SEARCH_RESULTS), NOICON); 1221 gui_synclist_set_title(&playlist_lists, str(LANG_SEARCH_RESULTS), NOICON);
1222 gui_synclist_set_icon_callback(&playlist_lists, NULL);
1223 if(global_settings.talk_file) 1222 if(global_settings.talk_file)
1224 gui_synclist_set_voice_callback(&playlist_lists, 1223 gui_synclist_set_voice_callback(&playlist_lists,
1225 global_settings.talk_file? 1224 global_settings.talk_file?