diff options
Diffstat (limited to 'apps/radio')
-rw-r--r-- | apps/radio/presets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/radio/presets.c b/apps/radio/presets.c index 046525c3b6..b87d2dd285 100644 --- a/apps/radio/presets.c +++ b/apps/radio/presets.c | |||
@@ -485,7 +485,6 @@ int handle_radio_presets(void) | |||
485 | 485 | ||
486 | gui_synclist_init(&lists, presets_get_name, NULL, false, 1, NULL); | 486 | gui_synclist_init(&lists, presets_get_name, NULL, false, 1, NULL); |
487 | gui_synclist_set_title(&lists, str(LANG_PRESET), NOICON); | 487 | gui_synclist_set_title(&lists, str(LANG_PRESET), NOICON); |
488 | gui_synclist_set_icon_callback(&lists, NULL); | ||
489 | if(global_settings.talk_file) | 488 | if(global_settings.talk_file) |
490 | gui_synclist_set_voice_callback(&lists, presets_speak_name); | 489 | gui_synclist_set_voice_callback(&lists, presets_speak_name); |
491 | gui_synclist_set_nb_items(&lists, num_presets); | 490 | gui_synclist_set_nb_items(&lists, num_presets); |