From ae2d18e79c6cc288ab4eb3832a583a189cc46b61 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Sun, 22 May 2016 10:44:05 -0600 Subject: [PATCH] Removed unnecessary usings in options form test --- mRemoteNGTests/UI/Forms/OptionsFormSetupAndTeardown.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mRemoteNGTests/UI/Forms/OptionsFormSetupAndTeardown.cs b/mRemoteNGTests/UI/Forms/OptionsFormSetupAndTeardown.cs index b66a8581..bff5bd67 100644 --- a/mRemoteNGTests/UI/Forms/OptionsFormSetupAndTeardown.cs +++ b/mRemoteNGTests/UI/Forms/OptionsFormSetupAndTeardown.cs @@ -1,13 +1,7 @@ using mRemoteNG.App; -using mRemoteNG.Forms; using mRemoteNG.Messages; using mRemoteNG.UI.Window; using NUnit.Framework; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using mRemoteNG.UI.Forms; using WeifenLuo.WinFormsUI.Docking;