From 263a1b71889c1d478f32d8cdf1cf1a09d1961b5a Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Thu, 14 Mar 2024 18:59:48 +0100 Subject: [PATCH] Update Location.cs --- MapControl/Shared/Location.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MapControl/Shared/Location.cs b/MapControl/Shared/Location.cs index c4202ee2..5102af3f 100644 --- a/MapControl/Shared/Location.cs +++ b/MapControl/Shared/Location.cs @@ -3,7 +3,6 @@ // Licensed under the Microsoft Public License (Ms-PL) using System; -using System.Diagnostics; using System.Globalization; namespace MapControl