From 7014faee69119b832451a136c25e63722100b85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 25 Aug 2010 19:00:58 +0000 Subject: Remove build conditions inside .c plugin files Rather use the Makefile to specify which files must be built Fix color builds with test plugins enabled (test_scanrate gave an empty .o file) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27886 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/starfield.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/plugins/starfield.c') diff --git a/apps/plugins/starfield.c b/apps/plugins/starfield.c index 09f58da..7f17970 100644 --- a/apps/plugins/starfield.c +++ b/apps/plugins/starfield.c @@ -21,10 +21,6 @@ #include "lib/helper.h" #include "lib/pluginlib_exit.h" -#ifdef HAVE_LCD_BITMAP /* and also not for the Player */ - - - /******************************* Globals ***********************************/ /* Key assignement */ @@ -524,5 +520,3 @@ enum plugin_status plugin_start(const void* parameter) return ret; } - -#endif /* #ifdef HAVE_LCD_BITMAP */ -- cgit v1.1