From 11da39886df95c4b7b0da1e3879735e9601ed677 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 18 Feb 2020 14:02:08 +0300 Subject: [PATCH] cleanup code --- src/windows2go.switcher/Program.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/windows2go.switcher/Program.cs b/src/windows2go.switcher/Program.cs index f616dae..0c584cc 100644 --- a/src/windows2go.switcher/Program.cs +++ b/src/windows2go.switcher/Program.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; namespace windows2go.switcher {