From d5dd78bbdc7d37c10bdc38927759d4900938471d Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 25 Aug 2017 10:02:43 -0400 Subject: [PATCH] Update RomLoader.cs --- BizHawk.Client.Common/RomLoader.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index 5f8a89a27f..a0124e1e3d 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -13,7 +13,6 @@ using BizHawk.Emulation.Cores.Computers.AppleII; using BizHawk.Emulation.Cores.Computers.Commodore64; using BizHawk.Emulation.Cores.Consoles.Sega.gpgx; using BizHawk.Emulation.Cores.Nintendo.Gameboy; -using BizHawk.Emulation.Cores.Nintendo.GBHawk; using BizHawk.Emulation.Cores.Nintendo.SNES; using BizHawk.Emulation.Cores.PCEngine; using BizHawk.Emulation.Cores.Sega.Saturn;