From e10a5f83d08383f1e30ff0b3e4866aa701e220af Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Wed, 20 Aug 2025 19:51:06 +0200 Subject: [PATCH] Update ImageLoader.cs --- MapControl/Shared/ImageLoader.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MapControl/Shared/ImageLoader.cs b/MapControl/Shared/ImageLoader.cs index 269c65ed..12f843c6 100644 --- a/MapControl/Shared/ImageLoader.cs +++ b/MapControl/Shared/ImageLoader.cs @@ -4,7 +4,6 @@ using System.IO; using System.Net.Http; using System.Threading.Tasks; using System.Threading; - #if WPF using System.Windows.Media; #elif UWP