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 84b6687de3..4fc47e1886 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -155,14 +155,10 @@ struct _grey_info
155#endif 155#endif
156 unsigned long flags; /* various flags, see #defines */ 156 unsigned long flags; /* various flags, see #defines */
157 struct plugin_api *rb; /* plugin API pointer */ 157 struct plugin_api *rb; /* plugin API pointer */
158#ifndef SIMULATOR
159 unsigned char *values; /* start of greyscale pixel values */ 158 unsigned char *values; /* start of greyscale pixel values */
160 unsigned char *phases; /* start of greyscale pixel phases */ 159 unsigned char *phases; /* start of greyscale pixel phases */
161#endif
162 unsigned char *buffer; /* start of chunky pixel buffer (for buffered mode) */ 160 unsigned char *buffer; /* start of chunky pixel buffer (for buffered mode) */
163 unsigned char gvalue[256]; /* calculated brightness -> greyvalue table */ 161 unsigned char gvalue[256]; /* calculated brightness -> greyvalue table */
164 int fg_val; /* current foreground value */
165 int bg_val; /* current background value */
166 int fg_brightness; /* current foreground brightness */ 162 int fg_brightness; /* current foreground brightness */
167 int bg_brightness; /* current background brightness */ 163 int bg_brightness; /* current background brightness */
168 int drawmode; /* current draw mode */ 164 int drawmode; /* current draw mode */