mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
This commit is contained in:
parent
7cd07290e6
commit
775ebe4ff6
8 changed files with 2 additions and 39 deletions
|
|
@ -249,7 +249,6 @@ struct screen screens[NB_SCREENS] =
|
|||
.hline=&lcd_hline,
|
||||
.scroll_step=&lcd_scroll_step,
|
||||
.puts_style_xyoffset=&lcd_puts_style_xyoffset,
|
||||
.puts_scroll_style=&lcd_puts_scroll_style,
|
||||
.puts_scroll_style_xyoffset=&lcd_puts_scroll_style_xyoffset,
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
||||
|
|
@ -351,7 +350,6 @@ struct screen screens[NB_SCREENS] =
|
|||
.hline=&lcd_remote_hline,
|
||||
.scroll_step=&lcd_remote_scroll_step,
|
||||
.puts_style_xyoffset=&lcd_remote_puts_style_xyoffset,
|
||||
.puts_scroll_style=&lcd_remote_puts_scroll_style,
|
||||
.puts_scroll_style_xyoffset=&lcd_remote_puts_scroll_style_xyoffset,
|
||||
#endif /* 1 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue