summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs b/Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs
index c22b7e20..abb4f7ba 100644
--- a/Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs
+++ b/Xamarin.Forms.Platform.Tizen/PinchGestureHandler.cs
@@ -22,8 +22,6 @@ namespace Xamarin.Forms.Platform.Tizen
}
}
- public override event PropertyChangedEventHandler PropertyChanged;
-
protected override void OnStarted(View sender, object data)
{
var geometry = Platform.GetRenderer(sender).NativeView.Geometry;