| 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 a63434e5bb301bcc386900dd3374786622602c49..b8a37fc8ae0c3db6c841c005b39292b29e78a3e7 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.h
|
| +++ b/ui/events/devices/x11/touch_factory_x11.h
|
| @@ -142,10 +142,6 @@ class EVENTS_DEVICES_X11_EXPORT TouchFactory {
|
| // Associate each device ID with its master device ID.
|
| std::map<int, int> device_master_id_list_;
|
|
|
| - // Indicates whether touch events are explicitly disabled by the flag
|
| - // #touch-events.
|
| - bool touch_events_flag_disabled_;
|
| -
|
| // The status of the touch screens devices themselves.
|
| bool touch_screens_enabled_;
|
|
|
|
|