summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/fractal_sets.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals/fractal_sets.h')
-rw-r--r--apps/plugins/fractals/fractal_sets.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/fractals/fractal_sets.h b/apps/plugins/fractals/fractal_sets.h
index c5339d63d7..2d0ff7d930 100644
--- a/apps/plugins/fractals/fractal_sets.h
+++ b/apps/plugins/fractals/fractal_sets.h
@@ -24,12 +24,6 @@
24#include "lib/grey.h" 24#include "lib/grey.h"
25#include "lib/xlcd.h" 25#include "lib/xlcd.h"
26 26
27#ifdef USEGSLIB
28extern unsigned char imgbuffer[LCD_HEIGHT];
29#else
30extern fb_data imgbuffer[LCD_HEIGHT];
31#endif
32
33struct fractal_rect 27struct fractal_rect
34{ 28{
35 int px_min; 29 int px_min;