summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 92495d7408..965a46bfc6 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -100,15 +100,9 @@ struct gui_synclist
100 int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */ 100 int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */
101 /* the number of lines that are selected at the same time */ 101 /* the number of lines that are selected at the same time */
102 int selected_size; 102 int selected_size;
103 /* These are used to calculate how much of the screen content we need
104 to redraw. */
105 int last_displayed_selected_item;
106 int last_displayed_start_item[NB_SCREENS];
107#ifdef HAVE_LCD_BITMAP 103#ifdef HAVE_LCD_BITMAP
108 int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */ 104 int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */
109#endif 105#endif
110 /* Cache the width of the title string in pixels/characters */
111 int title_width;
112 long scheduled_talk_tick, last_talked_tick; 106 long scheduled_talk_tick, last_talked_tick;
113 107
114 list_get_icon *callback_get_item_icon; 108 list_get_icon *callback_get_item_icon;