Commit 665e6657 authored by Ian Hickson's avatar Ian Hickson

trivial cleanup in gesture code

parent a6c473ea
......@@ -133,8 +133,4 @@ class ScaleGestureRecognizer extends GestureRecognizer {
}
_state = ScaleState.ready;
}
void dispose() {
super.dispose();
}
}
......@@ -77,7 +77,7 @@ class TapGesture extends TapTracker {
entry = GestureArena.instance.add(event.pointer, gestureRecognizer);
_wonArena = false;
_didTap = false;
startTimer(() => cancel());
startTimer(cancel);
startTrackingPointer(gestureRecognizer.router, handleEvent);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment