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/lib/pluginlib_touchscreen.c | |
| 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/lib/pluginlib_touchscreen.c')
| -rw-r--r-- | apps/plugins/lib/pluginlib_touchscreen.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |