Skip to content

Commit

Permalink
cleanup(PinchGestureRecognizer): Removing unused methods (#13229)
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering authored Oct 19, 2023
1 parent 26035be commit a4cddda
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ public class PinchGestureRecognizer : GestureRecognizer
private Point _secondPoint;
private Point _origin;

private void OnPointerPressed(object? sender, PointerPressedEventArgs e)
{
PointerPressed(e);
}

private void OnPointerReleased(object? sender, PointerReleasedEventArgs e)
{
PointerReleased(e);
}

protected override void PointerCaptureLost(IPointer pointer)
{
RemoveContact(pointer);
Expand Down

0 comments on commit a4cddda

Please sign in to comment.