summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-02-21 13:32:52 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-02-21 13:32:52 +0000
commitdafcd1470acaced405fa1a67d008aa1b68d1b6dd (patch)
tree745e97fbf7babf0ece064aaa619a956a7bc19de3 /apps/gui/list.h
parent2ec0312353e7dfd27ef120aedf5876d92c0c6589 (diff)
downloadrockbox-dafcd1470acaced405fa1a67d008aa1b68d1b6dd.tar.gz
rockbox-dafcd1470acaced405fa1a67d008aa1b68d1b6dd.zip
remove unused fields from struct gui_synclist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24807 a1c6a512-1295-4272-9138-f99709370657
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;