lcd-common: Remove unused function lcd_puts_style().

Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
This commit is contained in:
Thomas Martitz 2013-04-13 18:19:55 +02:00
parent 8f64625888
commit 1e324aac36
6 changed files with 2 additions and 24 deletions

View file

@ -489,11 +489,6 @@ void LCDFN(putsf)(int x, int y, const unsigned char *fmt, ...)
LCDFN(puts)(x, y, buf);
}
void LCDFN(puts_style)(int x, int y, const unsigned char *str, int style)
{
LCDFN(puts_style_offset)(x, y, str, style, 0);
}
/*** scrolling ***/
static struct scrollinfo* find_scrolling_line(int x, int y)