mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04: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
|
@ -80,8 +80,6 @@ struct screen
|
|||
void (*scroll_step)(int pixels);
|
||||
void (*puts_style_xyoffset)(int x, int y, const unsigned char *str,
|
||||
int style, int x_offset, int y_offset);
|
||||
void (*puts_scroll_style)(int x, int y, const unsigned char *string,
|
||||
int style);
|
||||
void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string,
|
||||
int style, int x_offset, int y_offset);
|
||||
void (*mono_bitmap)(const unsigned char *src,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue