summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.h')
-rw-r--r--apps/gui/viewport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/viewport.h b/apps/gui/viewport.h
index c4b90aa64c..683c36fe76 100644
--- a/apps/gui/viewport.h
+++ b/apps/gui/viewport.h
@@ -53,7 +53,6 @@ int get_viewport_default_colour(enum screen_type screen, bool fgcolour);
53 */ 53 */
54void viewportmanager_init(void) INIT_ATTR; 54void viewportmanager_init(void) INIT_ATTR;
55 55
56#ifdef HAVE_LCD_BITMAP
57void viewportmanager_theme_enable(enum screen_type screen, bool enable, 56void viewportmanager_theme_enable(enum screen_type screen, bool enable,
58 struct viewport *viewport); 57 struct viewport *viewport);
59/* Force will cause a redraw even if the theme was previously and 58/* Force will cause a redraw even if the theme was previously and
@@ -69,8 +68,6 @@ bool viewport_point_within_vp(const struct viewport *vp,
69 const int x, const int y); 68 const int x, const int y);
70#endif 69#endif
71 70
72#endif
73
74#endif /* __PCTOOL__ */ 71#endif /* __PCTOOL__ */
75 72
76#endif /* __VIEWPORT_H__ */ 73#endif /* __VIEWPORT_H__ */