summaryrefslogtreecommitdiff
path: root/apps/gui/charcell
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/charcell')
-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 220144c..f36d3c9 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)
display->clear_display();
start = 0;
end = display->getnblines();
- gui_list->last_displayed_start_item[display->screen_type] =
- gui_list->start_item[display->screen_type];
-
- gui_list->last_displayed_selected_item = gui_list->selected_item;
/* Adjust the position of icon, cursor, text for the list */
draw_cursor = true;