diff options
Diffstat (limited to 'apps/plugins/keyremap.c')
-rw-r--r-- | apps/plugins/keyremap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/keyremap.c b/apps/plugins/keyremap.c index a4ce1c48e6..aaf530318a 100644 --- a/apps/plugins/keyremap.c +++ b/apps/plugins/keyremap.c | |||
@@ -1950,7 +1950,6 @@ static void synclist_set(int id, int selected_item, int items, int sel_size) | |||
1950 | rb->gui_synclist_set_icon_callback(&lists,NULL); | 1950 | rb->gui_synclist_set_icon_callback(&lists,NULL); |
1951 | rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); | 1951 | rb->gui_synclist_set_voice_callback(&lists, list_voice_cb); |
1952 | rb->gui_synclist_set_nb_items(&lists,items); | 1952 | rb->gui_synclist_set_nb_items(&lists,items); |
1953 | rb->gui_synclist_limit_scroll(&lists,true); | ||
1954 | rb->gui_synclist_select_item(&lists, selected_item); | 1953 | rb->gui_synclist_select_item(&lists, selected_item); |
1955 | printcell_enable(&lists, false, false); | 1954 | printcell_enable(&lists, false, false); |
1956 | 1955 | ||