Skip to content

Commit 089600a

Browse files
committed
remove comment
1 parent 51ebda1 commit 089600a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

winit-wayland/src/seat/pointer/pointer_gesture.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ impl Dispatch<ZwpPointerGestureHoldV1, PointerGestureData, WinitState> for Point
9696
(window_id, TouchPhase::Hold)
9797
},
9898
HoldEvent::End { cancelled, .. } => {
99-
// If the end event was already send by ZwpPointerGesturePinchV1 we don't need to
100-
// send it here again
10199
let window_id = match pointer_gesture_data.window_id {
102100
Some(window_id) => window_id,
103101
_ => return,

0 commit comments

Comments
 (0)