diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2013-04-30 07:41:05 +0200 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-07 14:13:48 +0100 |
| commit | e1c7b3b8f72becc9079c04253a2985f577850a48 (patch) | |
| tree | 84358cf14d067ab5089813d3778a96bfbaa66670 /apps/screen_access.c | |
| parent | deb6ac3693a6fb5c47abd0c32f966f5e38b6a68a (diff) | |
| download | rockbox-e1c7b3b8f72becc9079c04253a2985f577850a48.zip rockbox-e1c7b3b8f72becc9079c04253a2985f577850a48.tar.gz rockbox-e1c7b3b8f72becc9079c04253a2985f577850a48.tar.bz2 rockbox-e1c7b3b8f72becc9079c04253a2985f577850a48.tar.xz | |
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
These where used for line styling during scrolling, which is now done in apps/,
The viewport struct doesn't need to record these anymore.
Change-Id: I810d9dcb2644b00a798c6e75acab69c74a78e77f
Diffstat (limited to 'apps/screen_access.c')
| -rw-r--r-- | apps/screen_access.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c index 31a9460..1c339d9 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -231,11 +231,6 @@ struct screen screens[NB_SCREENS] = .get_foreground=&lcd_get_foreground, .set_background=&lcd_set_background, .set_foreground=&lcd_set_foreground, -#ifdef HAVE_LCD_COLOR - .set_selector_start=&lcd_set_selector_start, - .set_selector_end=&lcd_set_selector_end, - .set_selector_text=&lcd_set_selector_text, -#endif #endif /* LCD_DEPTH > 1 */ .update_rect=&lcd_update_rect, .update_viewport_rect=&lcd_update_viewport_rect, |