forked from len0rd/rockbox
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
|
|
@ -208,8 +208,6 @@ extern void lcd_puts(int x, int y, const unsigned char *string);
|
|||
extern void lcd_putsf(int x, int y, const unsigned char *fmt, ...);
|
||||
extern void lcd_putc(int x, int y, unsigned long ucs);
|
||||
extern void lcd_puts_scroll(int x, int y, const unsigned char* string);
|
||||
extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string,
|
||||
int style);
|
||||
extern void lcd_putsxy_scroll_func(int x, int y, const unsigned char *string,
|
||||
void (*scroll_func)(struct scrollinfo *),
|
||||
void *data, int x_offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue