diff options
Diffstat (limited to 'apps/plugins/tagcache/tagcache.c')
-rw-r--r-- | apps/plugins/tagcache/tagcache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/tagcache/tagcache.c b/apps/plugins/tagcache/tagcache.c index cce9efbed9..23651a4471 100644 --- a/apps/plugins/tagcache/tagcache.c +++ b/apps/plugins/tagcache/tagcache.c | |||
@@ -761,7 +761,6 @@ static int commit_menu(void) | |||
761 | int selection, ret = 0; | 761 | int selection, ret = 0; |
762 | 762 | ||
763 | rb->gui_synclist_init(&lists,list_get_name_cb,0, false, 1, NULL); | 763 | rb->gui_synclist_init(&lists,list_get_name_cb,0, false, 1, NULL); |
764 | rb->gui_synclist_set_icon_callback(&lists, NULL); | ||
765 | rb->gui_synclist_set_nb_items(&lists, 9); | 764 | rb->gui_synclist_set_nb_items(&lists, 9); |
766 | rb->gui_synclist_select_item(&lists, 0); | 765 | rb->gui_synclist_select_item(&lists, 0); |
767 | 766 | ||