summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-bitmap-common.c')
-rw-r--r--firmware/drivers/lcd-bitmap-common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c
index 2219b6de78..f9bc03d48e 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -489,11 +489,6 @@ void LCDFN(putsf)(int x, int y, const unsigned char *fmt, ...)
489 LCDFN(puts)(x, y, buf); 489 LCDFN(puts)(x, y, buf);
490} 490}
491 491
492void LCDFN(puts_style)(int x, int y, const unsigned char *str, int style)
493{
494 LCDFN(puts_style_offset)(x, y, str, style, 0);
495}
496
497/*** scrolling ***/ 492/*** scrolling ***/
498 493
499static struct scrollinfo* find_scrolling_line(int x, int y) 494static struct scrollinfo* find_scrolling_line(int x, int y)