Index: ui/events/devices/x11/touch_factory_x11.h |
diff --git a/ui/events/devices/x11/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h |
index 85e4a589d17d42086c0d5072105ded509591b715..eb2620b3c89e70bfa58ac842731c6b57307ec825 100644 |
--- a/ui/events/devices/x11/touch_factory_x11.h |
+++ b/ui/events/devices/x11/touch_factory_x11.h |
@@ -119,9 +119,6 @@ class EVENTS_DEVICES_EXPORT TouchFactory { |
// A quick lookup table for determining if a device is a touch device. |
std::bitset<kMaxDeviceNum> touch_device_lookup_; |
- // Indicates whether touch events are explicitly disabled. |
- bool touch_events_disabled_; |
- |
// The list of touch devices. For testing/debugging purposes, a single-pointer |
// device (mouse or touch screen without sufficient X/driver support for MT) |
// can sometimes be treated as a touch device. The key in the map represents |