From 6a972e02497d3015236189f72931c3d59fa51755 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Feb 2006 13:37:42 +0000 Subject: Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fire.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/fire.c') diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 859ba598b2..5bcf909108 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -19,7 +19,6 @@ * ****************************************************************************/ -#ifndef SIMULATOR /* not for simulator (grayscale) */ #include "plugin.h" #ifdef HAVE_LCD_BITMAP /* and also not for the Player */ @@ -305,4 +304,3 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) } #endif // #ifdef HAVE_LCD_BITMAP -#endif // #ifndef SIMULATOR -- cgit v1.2.3