diff options
Diffstat (limited to 'firmware/export/lcd-remote.h')
| -rw-r--r-- | firmware/export/lcd-remote.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index bccc1e4..6d71834 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); extern void lcd_remote_set_drawmode(int mode); extern int lcd_remote_get_drawmode(void); -extern void lcd_remote_setmargins(int xmargin, int ymargin); -extern int lcd_remote_getxmargin(void); -extern int lcd_remote_getymargin(void); extern int lcd_remote_getwidth(void); extern int lcd_remote_getheight(void); extern void lcd_remote_setfont(int font); |