summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-26 13:37:42 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-26 13:37:42 +0000
commit6a972e02497d3015236189f72931c3d59fa51755 (patch)
tree0c0185dd66b47d7d1ee2d91e4a3ffb6dbabcc7d1 /apps/plugins/fire.c
parent14fe89aa8d2ef05595bdba0e0b78f021f3e8d087 (diff)
downloadrockbox-6a972e02497d3015236189f72931c3d59fa51755.tar.gz
rockbox-6a972e02497d3015236189f72931c3d59fa51755.zip
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
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c2
1 files changed, 0 insertions, 2 deletions
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 @@
19* 19*
20****************************************************************************/ 20****************************************************************************/
21 21
22#ifndef SIMULATOR /* not for simulator (grayscale) */
23#include "plugin.h" 22#include "plugin.h"
24 23
25#ifdef HAVE_LCD_BITMAP /* and also not for the Player */ 24#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)
305} 304}
306 305
307#endif // #ifdef HAVE_LCD_BITMAP 306#endif // #ifdef HAVE_LCD_BITMAP
308#endif // #ifndef SIMULATOR