Index: ui/events/x/touch_factory_x11.h |
diff --git a/ui/events/x/touch_factory_x11.h b/ui/events/x/touch_factory_x11.h |
index 9d84655664caee044727fe5fe86e841f163533e3..183dc09d6a0a6ac0f7c9ccdec8f4ae17d075ba6d 100644 |
--- a/ui/events/x/touch_factory_x11.h |
+++ b/ui/events/x/touch_factory_x11.h |
@@ -121,9 +121,6 @@ class EVENTS_BASE_EXPORT TouchFactory { |
// A quick lookup table for determining if a device is a touch device. |
std::bitset<kMaxDeviceNum> touch_device_lookup_; |
- // Indicates whether a touch device is currently available or not. |
- bool touch_device_available_; |
- |
// Indicates whether touch events are explicitly disabled. |
bool touch_events_disabled_; |