From 8fbab654ccd0b1ca9dcf0a8f20237605600fa0a5 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Thu, 27 Feb 2025 16:42:10 +0100 Subject: [PATCH] Update PolygonCollection.cs --- MapControl/Shared/PolygonCollection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MapControl/Shared/PolygonCollection.cs b/MapControl/Shared/PolygonCollection.cs index 5c10b4bf..e1d0f4e8 100644 --- a/MapControl/Shared/PolygonCollection.cs +++ b/MapControl/Shared/PolygonCollection.cs @@ -2,7 +2,6 @@ // Copyright © Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) -using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized;