diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-08-25 19:14:02 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-08-25 19:14:02 +0000 |
| commit | 5615881955046b1642d6ee18dda0f199c78cfc04 (patch) | |
| tree | b194b9ae172e7da4ea1b5777a2058925e41db9c8 /apps/plugins/reversi | |
| parent | 7014faee69119b832451a136c25e63722100b85e (diff) | |
| download | rockbox-5615881955046b1642d6ee18dda0f199c78cfc04.zip rockbox-5615881955046b1642d6ee18dda0f199c78cfc04.tar.gz rockbox-5615881955046b1642d6ee18dda0f199c78cfc04.tar.bz2 rockbox-5615881955046b1642d6ee18dda0f199c78cfc04.tar.xz | |
Remove a bunch of build conditions inside .c files
Fix logic in pacbox makefiles for asm optimizations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27887 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/reversi')
| -rw-r--r-- | apps/plugins/reversi/reversi-gui.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c index dcdfe5f..5188986 100644 --- a/apps/plugins/reversi/reversi-gui.c +++ b/apps/plugins/reversi/reversi-gui.c @@ -39,8 +39,6 @@ further options: #include "plugin.h" -#ifdef HAVE_LCD_BITMAP - #include "reversi-game.h" #include "reversi-strategy.h" #include "reversi-gui.h" @@ -802,5 +800,3 @@ enum plugin_status plugin_start(const void *parameter) { return PLUGIN_OK; } - -#endif |