summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/fractal.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals/fractal.c')
-rw-r--r--apps/plugins/fractals/fractal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/fractals/fractal.c b/apps/plugins/fractals/fractal.c
index 3a0c785bdd..a086652647 100644
--- a/apps/plugins/fractals/fractal.c
+++ b/apps/plugins/fractals/fractal.c
@@ -45,9 +45,6 @@
45GREY_INFO_STRUCT 45GREY_INFO_STRUCT
46static unsigned char *gbuf; 46static unsigned char *gbuf;
47static size_t gbuf_size = 0; 47static size_t gbuf_size = 0;
48unsigned char imgbuffer[LCD_HEIGHT];
49#else
50fb_data imgbuffer[LCD_HEIGHT];
51#endif 48#endif
52 49
53#define REDRAW_NONE 0 50#define REDRAW_NONE 0