diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs index 795588aa6..28a368948 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs @@ -5,13 +5,11 @@ using System.IO; using System.Linq; using System.Security.Principal; using System.Threading.Tasks; -using System.Windows.Media; using System.Windows.Media.Imaging; using Windows.ApplicationModel; using Windows.Management.Deployment; using Flow.Launcher.Infrastructure; using Flow.Launcher.Plugin.Program.Logger; -using Rect = System.Windows.Rect; using Flow.Launcher.Plugin.SharedModels; using System.Threading.Channels; using System.Xml;