diff options
Diffstat (limited to 'apps/plugins/open_plugins.c')
-rw-r--r-- | apps/plugins/open_plugins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/open_plugins.c b/apps/plugins/open_plugins.c index 66200df8a5..7206fe2a49 100644 --- a/apps/plugins/open_plugins.c +++ b/apps/plugins/open_plugins.c | |||
@@ -643,7 +643,6 @@ static void synclist_set(char* menu_id, int selection, int items, int sel_size) | |||
643 | rb->gui_synclist_init(&lists,list_get_name_cb, | 643 | rb->gui_synclist_init(&lists,list_get_name_cb, |
644 | menu_id, false, sel_size, NULL); | 644 | menu_id, false, sel_size, NULL); |
645 | 645 | ||
646 | rb->gui_synclist_set_icon_callback(&lists,NULL); | ||
647 | rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); | 646 | rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); |
648 | rb->gui_synclist_set_nb_items(&lists,items); | 647 | rb->gui_synclist_set_nb_items(&lists,items); |
649 | rb->gui_synclist_select_item(&lists, selection); | 648 | rb->gui_synclist_select_item(&lists, selection); |