]> git.deb.at Git - rhonda/impostor.git/commitdiff
Undo more changes because I hate git
authorMichael Biggins <mike@cubecoders.com>
Mon, 28 Sep 2020 19:38:30 +0000 (20:38 +0100)
committerMichael Biggins <mike@cubecoders.com>
Mon, 28 Sep 2020 19:38:30 +0000 (20:38 +0100)
src/Impostor.Client/Program.cs

index 58b2cea5cf5fd4c17613b78384ac60fdbe0b7f4b..647044b13b534d8d5228d4b7e154a77c319e6856 100644 (file)
@@ -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