From b1e8d93f5f4d26198ee7be2d9af7f718b332a22f Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:27:49 -0800 Subject: [PATCH] remove unused using from last commit need to check what's going to be committed, the auto-using thing keeps tripping me up --- src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs b/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs index 4f54ba2004..6982b5450f 100644 --- a/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs +++ b/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs @@ -1,7 +1,6 @@ #nullable enable using System; -using System.ComponentModel; using System.Windows.Forms; using BizHawk.Client.Common;