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 03c6671843..1385a5a9fc 100644 --- a/apps/plugins/rb_info.c +++ b/apps/plugins/rb_info.c @@ -514,7 +514,6 @@ static void synclist_set(char* menu_id, int selected_item, int items, int sel_si rb->gui_synclist_set_icon_callback(&lists,NULL); rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); rb->gui_synclist_set_nb_items(&lists,items); - rb->gui_synclist_limit_scroll(&lists,true); rb->gui_synclist_select_item(&lists, selected_item); } |