lcd-common: Remove unused function lcd_puts_style_offset().

Change-Id: I24da23d132f933fe647416dc58e8f50879715423
This commit is contained in:
Thomas Martitz 2013-04-13 18:20:42 +02:00
parent 1e324aac36
commit 7cd07290e6
5 changed files with 1 additions and 15 deletions

View file

@ -78,8 +78,6 @@ struct screen
void (*setuifont)(int newfont);
void (*scroll_step)(int pixels);
void (*puts_style_offset)(int x, int y, const unsigned char *str,
int style, int x_offset);
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,