forked from len0rd/rockbox
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() and lcd_puts_scroll_style_offset().
Change-Id: Ia84ae88020d06a1cb634942ab5e635fd5d10ac66
This commit is contained in:
parent
2ef9aa51f3
commit
a422604435
6 changed files with 3 additions and 37 deletions
|
@ -187,11 +187,6 @@ extern void lcd_remote_putc(int x, int y, unsigned short ch);
|
|||
extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str);
|
||||
extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char *str,
|
||||
int style);
|
||||
extern void lcd_remote_puts_scroll_offset(int x, int y,
|
||||
const unsigned char *str, int offset);
|
||||
extern void lcd_remote_puts_scroll_style_offset(int x, int y,
|
||||
const unsigned char *string,
|
||||
int style, int offset);
|
||||
extern void lcd_remote_puts_scroll_style_xyoffset(int x, int y,
|
||||
const unsigned char *string,
|
||||
int style, int x_offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue