From 5d206d5f3078b4776226436e6e11e838b708015b Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 24 Aug 2010 15:01:33 +0000 Subject: Fix yellows/reds. Red where caused by preprocessor condition mismatch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27874 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/goban.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugins/goban.c') diff --git a/apps/plugins/goban.c b/apps/plugins/goban.c index 1a12120..5ad7b37 100644 --- a/apps/plugins/goban.c +++ b/apps/plugins/goban.c @@ -20,14 +20,9 @@ ****************************************************************************/ #include "plugin.h" -#if PLUGIN_BUFFER_SIZE < 0x10000 && (CONFIG_PLATFORM & PLATFORM_NATIVE) - #include "lib/overlay.h" - - enum plugin_status plugin_start(const void* parameter) { return run_overlay(parameter, PLUGIN_GAMES_DIR "/goban.ovl", "Goban"); } -#endif -- cgit v1.1