diff options
Diffstat (limited to 'apps/plugins/rb_info.c')
-rw-r--r-- | apps/plugins/rb_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/rb_info.c b/apps/plugins/rb_info.c index a89cc658cc..31b06d6f75 100644 --- a/apps/plugins/rb_info.c +++ b/apps/plugins/rb_info.c | |||
@@ -518,7 +518,6 @@ static void synclist_set(char* menu_id, int selected_item, int items, int sel_si | |||
518 | { | 518 | { |
519 | rb->gui_synclist_set_title(&lists, NULL,-1); | 519 | rb->gui_synclist_set_title(&lists, NULL,-1); |
520 | } | 520 | } |
521 | rb->gui_synclist_set_icon_callback(&lists,NULL); | ||
522 | rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); | 521 | rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); |
523 | rb->gui_synclist_set_nb_items(&lists,items); | 522 | rb->gui_synclist_set_nb_items(&lists,items); |
524 | rb->gui_synclist_select_item(&lists, selected_item); | 523 | rb->gui_synclist_select_item(&lists, selected_item); |