summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index bccc1e4b29..6d71834fe7 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -144,9 +144,6 @@ extern void lcd_remote_set_flip(bool yesno);
144 144
145extern void lcd_remote_set_drawmode(int mode); 145extern void lcd_remote_set_drawmode(int mode);
146extern int lcd_remote_get_drawmode(void); 146extern int lcd_remote_get_drawmode(void);
147extern void lcd_remote_setmargins(int xmargin, int ymargin);
148extern int lcd_remote_getxmargin(void);
149extern int lcd_remote_getymargin(void);
150extern int lcd_remote_getwidth(void); 147extern int lcd_remote_getwidth(void);
151extern int lcd_remote_getheight(void); 148extern int lcd_remote_getheight(void);
152extern void lcd_remote_setfont(int font); 149extern void lcd_remote_setfont(int font);