summaryrefslogtreecommitdiff
path: root/apps/gui/charcell/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/charcell/list.c')
-rw-r--r--apps/gui/charcell/list.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index 220144c356..f36d3c9f7d 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -65,10 +65,6 @@ void list_draw(struct screen *display, struct gui_synclist *gui_list)
65 display->clear_display(); 65 display->clear_display();
66 start = 0; 66 start = 0;
67 end = display->getnblines(); 67 end = display->getnblines();
68 gui_list->last_displayed_start_item[display->screen_type] =
69 gui_list->start_item[display->screen_type];
70
71 gui_list->last_displayed_selected_item = gui_list->selected_item;
72 68
73 /* Adjust the position of icon, cursor, text for the list */ 69 /* Adjust the position of icon, cursor, text for the list */
74 draw_cursor = true; 70 draw_cursor = true;