Index: views/focus/accelerator_handler.h |
diff --git a/views/focus/accelerator_handler.h b/views/focus/accelerator_handler.h |
index 44b411f9b6292861d2b2c16fdf3296a9fc543783..630c0111c58c2084dbe61efeedd795c8e619c5df 100644 |
--- a/views/focus/accelerator_handler.h |
+++ b/views/focus/accelerator_handler.h |
@@ -24,11 +24,9 @@ namespace views { |
// 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 |
// This class delegates the key messages to the associated FocusManager class |