From df2427091536ed8065e50f7bffebbc5707971803 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Mon, 11 Apr 2016 17:33:34 -0700 Subject: Resharper warnings are slightly different for some reason than WError, resolve these (#66) --- Xamarin.Forms.Maps.iOS/MapRenderer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Xamarin.Forms.Maps.iOS') diff --git a/Xamarin.Forms.Maps.iOS/MapRenderer.cs b/Xamarin.Forms.Maps.iOS/MapRenderer.cs index aa3bb447..94d5eee9 100644 --- a/Xamarin.Forms.Maps.iOS/MapRenderer.cs +++ b/Xamarin.Forms.Maps.iOS/MapRenderer.cs @@ -133,8 +133,7 @@ namespace Xamarin.Forms.Maps.iOS public class MapRenderer : ViewRenderer { - long _handle = 0; - CLLocationManager _locationManager; + CLLocationManager _locationManager; public override SizeRequest GetDesiredSize(double widthConstraint, double heightConstraint) { -- cgit v1.2.3