| Index: views/touchui/touch_factory.cc
|
| diff --git a/views/touchui/touch_factory.cc b/views/touchui/touch_factory.cc
|
| index eedc365e8fb04596e024d9aff98a505e74583e62..2f3506f49355480e0d0ad0ead49a060bd2a77414 100644
|
| --- a/views/touchui/touch_factory.cc
|
| +++ b/views/touchui/touch_factory.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "views/touchui/touch_factory.h"
|
|
|
| -#if defined(HAVE_XINPUT2)
|
| -
|
| #include <gtk/gtk.h>
|
| #include <gdk/gdkx.h>
|
| #include <X11/cursorfont.h>
|
| @@ -421,5 +419,3 @@ bool TouchFactory::GetTouchParamRange(unsigned int deviceid,
|
| }
|
|
|
| } // namespace views
|
| -
|
| -#endif // defined(HAVE_XINPUT2)
|
|
|