From: Michael Biggins Date: Mon, 28 Sep 2020 19:38:30 +0000 (+0100) Subject: Undo more changes because I hate git X-Git-Tag: v1.1.0~1^2~22^2~1 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=daa1f8ee022e5cb679b6fced260f2c045ae470df;p=rhonda%2Fimpostor.git Undo more changes because I hate git --- diff --git a/src/Impostor.Client/Program.cs b/src/Impostor.Client/Program.cs index 58b2cea..647044b 100644 --- a/src/Impostor.Client/Program.cs +++ b/src/Impostor.Client/Program.cs @@ -1,9 +1,5 @@ using System; -using System.Diagnostics; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; -using Impostor.Client.Core; using Impostor.Client.Forms; namespace Impostor.Client