summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey.h')
-rw-r--r--apps/plugins/lib/grey.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h
index d63d19ee4a..63e896bfb6 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -198,10 +198,6 @@ struct _grey_info
198 struct viewport *vp; /* current viewport in use */ 198 struct viewport *vp; /* current viewport in use */
199}; 199};
200 200
201/* Stuff these here for now. LCD depth of 1 has no 'pattern' members. */
202#define _GREY_FG_BRIGHTNESS(vp) ((vp)->flags)
203#define _GREY_BG_BRIGHTNESS(vp) ((vp)->line_height)
204
205/* Global variable, defined in the plugin */ 201/* Global variable, defined in the plugin */
206extern struct _grey_info _grey_info; 202extern struct _grey_info _grey_info;
207 203