diff options
Diffstat (limited to 'apps/plugins/lib/grey.h')
| -rw-r--r-- | apps/plugins/lib/grey.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h index 84b6687..4fc47e1 100644 --- a/apps/plugins/lib/grey.h +++ b/apps/plugins/lib/grey.h @@ -155,14 +155,10 @@ struct _grey_info #endif unsigned long flags; /* various flags, see #defines */ struct plugin_api *rb; /* plugin API pointer */ -#ifndef SIMULATOR unsigned char *values; /* start of greyscale pixel values */ unsigned char *phases; /* start of greyscale pixel phases */ -#endif unsigned char *buffer; /* start of chunky pixel buffer (for buffered mode) */ unsigned char gvalue[256]; /* calculated brightness -> greyvalue table */ - int fg_val; /* current foreground value */ - int bg_val; /* current background value */ int fg_brightness; /* current foreground brightness */ int bg_brightness; /* current background brightness */ int drawmode; /* current draw mode */ |