summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/xlcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/xlcd.h')
-rw-r--r--apps/plugins/lib/xlcd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/xlcd.h b/apps/plugins/lib/xlcd.h
index da27af19a3..b6d0867e01 100644
--- a/apps/plugins/lib/xlcd.h
+++ b/apps/plugins/lib/xlcd.h
@@ -28,7 +28,6 @@
28 28
29#ifdef HAVE_LCD_BITMAP 29#ifdef HAVE_LCD_BITMAP
30 30
31void xlcd_init(const struct plugin_api* newrb);
32void xlcd_filltriangle(int x1, int y1, int x2, int y2, int x3, int y3); 31void xlcd_filltriangle(int x1, int y1, int x2, int y2, int x3, int y3);
33void xlcd_filltriangle_screen(struct screen* display, 32void xlcd_filltriangle_screen(struct screen* display,
34 int x1, int y1, int x2, int y2, int x3, int y3); 33 int x1, int y1, int x2, int y2, int x3, int y3);
@@ -50,9 +49,6 @@ void xlcd_scroll_right(int count);
50void xlcd_scroll_up(int count); 49void xlcd_scroll_up(int count);
51void xlcd_scroll_down(int count); 50void xlcd_scroll_down(int count);
52 51
53/* internal stuff */
54extern const struct plugin_api *_xlcd_rb; /* global api struct pointer */
55
56#endif /* HAVE_LCD_BITMAP */ 52#endif /* HAVE_LCD_BITMAP */
57#endif /* __XLCD_H__ */ 53#endif /* __XLCD_H__ */
58 54