diff options
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r-- | firmware/export/lcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 0c5cf74ac7..b8c4f5ce1c 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -498,8 +498,6 @@ extern int lcd_get_drawmode(void); extern void lcd_setfont(int font); extern int lcd_getfont(void); -extern void lcd_puts_style_offset(int x, int y, const unsigned char *str, - int style, int x_offset); extern void lcd_puts_style_xyoffset(int x, int y, const unsigned char *str, int style, int x_offset, int y_offset); extern void lcd_puts_scroll_style_xyoffset(int x, int y, const unsigned char *string, |