diff options
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 */ |