diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2010-02-21 13:32:52 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2010-02-21 13:32:52 +0000 |
| commit | dafcd1470acaced405fa1a67d008aa1b68d1b6dd (patch) | |
| tree | 745e97fbf7babf0ece064aaa619a956a7bc19de3 /apps/gui/list.h | |
| parent | 2ec0312353e7dfd27ef120aedf5876d92c0c6589 (diff) | |
| download | rockbox-dafcd1470acaced405fa1a67d008aa1b68d1b6dd.zip rockbox-dafcd1470acaced405fa1a67d008aa1b68d1b6dd.tar.gz rockbox-dafcd1470acaced405fa1a67d008aa1b68d1b6dd.tar.bz2 rockbox-dafcd1470acaced405fa1a67d008aa1b68d1b6dd.tar.xz | |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index 92495d7..965a46b 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -100,15 +100,9 @@ struct gui_synclist int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */ /* the number of lines that are selected at the same time */ int selected_size; - /* These are used to calculate how much of the screen content we need - to redraw. */ - int last_displayed_selected_item; - int last_displayed_start_item[NB_SCREENS]; #ifdef HAVE_LCD_BITMAP int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */ #endif - /* Cache the width of the title string in pixels/characters */ - int title_width; long scheduled_talk_tick, last_talked_tick; list_get_icon *callback_get_item_icon; |