Index: ui/events/ozone/evdev/touch_event_converter_evdev.h |
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h |
index d36f901f2491f69b7f70d25530f145868f99e3a6..83aa13ac1a8f819c684c2e96ed6f4c43b3eb620d 100644 |
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h |
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h |
@@ -93,8 +93,6 @@ |
std::bitset<MAX_FINGERS> altered_slots_; |
struct InProgressEvents { |
- InProgressEvents(); |
- |
float x_; |
float y_; |
int id_; // Device reported "unique" touch point id; -1 means not active |