From 7a4380d290ab956019530d0833fda2405b834c99 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Tue, 26 Oct 2021 21:26:25 -0500 Subject: [PATCH] Code Cleanup --- Flow.Launcher/Notification.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Flow.Launcher/Notification.cs b/Flow.Launcher/Notification.cs index 6b571b467..2c82e1451 100644 --- a/Flow.Launcher/Notification.cs +++ b/Flow.Launcher/Notification.cs @@ -1,13 +1,6 @@ using Flow.Launcher.Infrastructure; -using Flow.Launcher.Infrastructure.Image; using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using System.Windows.Media; using Windows.Data.Xml.Dom; using Windows.UI.Notifications;