summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 237d2f82ee..673ad0b8c1 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -269,8 +269,6 @@ struct plugin_api {
269 int width, int height); 269 int width, int height);
270 void (*lcd_pal256_update_pal)(fb_data *palette); 270 void (*lcd_pal256_update_pal)(fb_data *palette);
271#endif 271#endif
272 void (*lcd_puts_scroll_style)(int x, int y, const unsigned char* string,
273 int style);
274#ifdef HAVE_LCD_INVERT 272#ifdef HAVE_LCD_INVERT
275 void (*lcd_set_invert_display)(bool yesno); 273 void (*lcd_set_invert_display)(bool yesno);
276#endif /* HAVE_LCD_INVERT */ 274#endif /* HAVE_LCD_INVERT */
@@ -346,8 +344,6 @@ struct plugin_api {
346 void (*lcd_remote_mono_bitmap)(const unsigned char *src, int x, int y, 344 void (*lcd_remote_mono_bitmap)(const unsigned char *src, int x, int y,
347 int width, int height); 345 int width, int height);
348 void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string); 346 void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string);
349 void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string,
350 int style);
351 fb_remote_data* lcd_remote_framebuffer; 347 fb_remote_data* lcd_remote_framebuffer;
352 void (*lcd_remote_update)(void); 348 void (*lcd_remote_update)(void);
353 void (*lcd_remote_update_rect)(int x, int y, int width, int height); 349 void (*lcd_remote_update_rect)(int x, int y, int width, int height);