From 39de6d664b4b2447015c36a61e349dd559fd0249 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Fri, 19 Sep 2025 18:49:52 +0200 Subject: [PATCH] Update MapTileLayer.cs --- MapControl/Shared/MapTileLayer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MapControl/Shared/MapTileLayer.cs b/MapControl/Shared/MapTileLayer.cs index 4934b542..333eea7b 100644 --- a/MapControl/Shared/MapTileLayer.cs +++ b/MapControl/Shared/MapTileLayer.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; - #if WPF using System.Windows; using System.Windows.Media;