Index: ui/views/focus/accelerator_handler.h |
diff --git a/ui/views/focus/accelerator_handler.h b/ui/views/focus/accelerator_handler.h |
index c241d0e2059bd857d2d6c3d4afcf957809491d16..fec625da2742cade3bdef2d7e6a81f9999310bce 100644 |
--- a/ui/views/focus/accelerator_handler.h |
+++ b/ui/views/focus/accelerator_handler.h |
@@ -24,11 +24,9 @@ namespace ui { |
// and handled, false otherwise. |
bool DispatchXEvent(XEvent* xevent); |
-#if defined(HAVE_XINPUT2) |
// Keep a list of touch devices so that it is possible to determine if a pointer |
// event is a touch-event or a mouse-event. |
void SetTouchDeviceList(std::vector<unsigned int>& devices); |
-#endif // HAVE_XINPUT2 |
#endif // TOUCH_UI |
//////////////////////////////////////////////////////////////////////////////// |