summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.iOS
diff options
context:
space:
mode:
authorJason Smith <jason.smith@xamarin.com>2016-04-11 17:33:34 -0700
committerJason Smith <jason.smith@xamarin.com>2016-04-11 17:33:34 -0700
commitdf2427091536ed8065e50f7bffebbc5707971803 (patch)
treef9d9fd7be6d4ddc932dd65427298a53ce9a75e38 /Xamarin.Forms.Maps.iOS
parent16e88315e1ed643a2bde053930feb2bae149d34e (diff)
downloadxamarin-forms-df2427091536ed8065e50f7bffebbc5707971803.tar.gz
xamarin-forms-df2427091536ed8065e50f7bffebbc5707971803.tar.bz2
xamarin-forms-df2427091536ed8065e50f7bffebbc5707971803.zip
Resharper warnings are slightly different for some reason than WError, resolve these (#66)
Diffstat (limited to 'Xamarin.Forms.Maps.iOS')
-rw-r--r--Xamarin.Forms.Maps.iOS/MapRenderer.cs3
1 files changed, 1 insertions, 2 deletions
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)
{