From 4794891c971dd546e279ac928a1fcba837df7a09 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Fri, 15 Jan 2010 06:17:56 +0000 Subject: Fractals: Fix red - Define painting buffer inside fractal set implementation - Add missing USEGLIB define - Removed mandelbrot.c that was forgotten in last commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24231 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fractals/fractal_sets.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/plugins/fractals/fractal_sets.h') 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 @@ #include "lib/grey.h" #include "lib/xlcd.h" -#ifdef USEGSLIB -extern unsigned char imgbuffer[LCD_HEIGHT]; -#else -extern fb_data imgbuffer[LCD_HEIGHT]; -#endif - struct fractal_rect { int px_min; -- cgit v1.2.3