1
0
Fork 0
forked from len0rd/rockbox

lcd-common: Remove unused function lcd_puts_offset().

Change-Id: I39749bf3db915e5a8ddb6e6f25eb201ea0aaf981
This commit is contained in:
Thomas Martitz 2013-04-13 18:17:16 +02:00
parent a422604435
commit 8f64625888
6 changed files with 17 additions and 27 deletions

View file

@ -139,7 +139,6 @@ struct screen
void (*putsxy)(int x, int y, const unsigned char *str);
void (*puts)(int x, int y, const unsigned char *str);
void (*putsf)(int x, int y, const unsigned char *str, ...);
void (*puts_offset)(int x, int y, const unsigned char *str, int offset);
void (*puts_scroll)(int x, int y, const unsigned char *string);
void (*putsxy_scroll_func)(int x, int y, const unsigned char *string,
void (*scroll_func)(struct scrollinfo *),