From 5615881955046b1642d6ee18dda0f199c78cfc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 25 Aug 2010 19:14:02 +0000 Subject: 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 --- apps/plugins/lib/pluginlib_touchscreen.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/plugins/lib/pluginlib_touchscreen.c') diff --git a/apps/plugins/lib/pluginlib_touchscreen.c b/apps/plugins/lib/pluginlib_touchscreen.c index 3168b46..1e1bf8d 100644 --- a/apps/plugins/lib/pluginlib_touchscreen.c +++ b/apps/plugins/lib/pluginlib_touchscreen.c @@ -22,8 +22,6 @@ #include "plugin.h" -#ifdef HAVE_TOUCHSCREEN - #include "pluginlib_touchscreen.h" /******************************************************************************* @@ -245,5 +243,3 @@ struct ts_raster_button_result touchscreen_raster_map_button(struct ts_raster_bu map->_prev_btn_state = button; return ret; } - -#endif /* HAVE_TOUCHSCREEN */ -- cgit v1.1