mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
deb6ac3693
commit
e1c7b3b8f7
11 changed files with 3 additions and 77 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue