remove some unused usings

This commit is contained in:
adelikat 2020-06-12 12:56:47 -05:00
parent 53b0472c1a
commit 61b852c571
25 changed files with 0 additions and 47 deletions

View File

@ -3,8 +3,6 @@ using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Common;
using BizHawk.Emulation.Common;

View File

@ -1,8 +1,6 @@
using System;
using System.Windows.Forms;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
/// <summary>

View File

@ -1,8 +1,6 @@
using System;
using System.IO;
using System.Drawing;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -1,6 +1,5 @@
using System;
using System.Windows.Forms;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -10,7 +10,6 @@ using ICSharpCode.SharpZipLib.Zip.Compression.Streams;
using ICSharpCode.SharpZipLib.Zip.Compression;
using BizHawk.Emulation.Common;
using BizHawk.Client.Common;
using BizHawk.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -9,7 +9,6 @@ using System.IO.MemoryMappedFiles;
using BizHawk.Bizware.BizwareGL;
using System.Drawing;
using BizHawk.Emulation.Common;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using BizHawk.Client.Common;
using SlimDX.DirectInput;
namespace BizHawk.Client.EmuHawk

View File

@ -6,8 +6,6 @@ using System.Linq;
using SlimDX.DirectSound;
using SlimDX.Multimedia;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
public class DirectSoundSoundOutput : ISoundOutput

View File

@ -1,8 +1,6 @@
using System;
using System.Diagnostics;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
public class DummySoundOutput : ISoundOutput

View File

@ -5,8 +5,6 @@ using System.Linq;
using OpenTK.Audio;
using OpenTK.Audio.OpenAL;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
public class OpenALSoundOutput : ISoundOutput

View File

@ -6,8 +6,6 @@ using SlimDX;
using SlimDX.Multimedia;
using SlimDX.XAudio2;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
public class XAudio2SoundOutput : ISoundOutput

View File

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -4,7 +4,6 @@ using System.Linq;
using System.Windows.Forms;
using BizHawk.Emulation.Common;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,7 +1,6 @@
using System.Windows.Forms;
using BizHawk.Emulation.Cores.Nintendo.Gameboy;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,6 +1,4 @@
using System;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Emulation.Cores.Nintendo.NES;
using BizHawk.Emulation.Common;

View File

@ -4,7 +4,6 @@ using System.IO;
using BizHawk.Common;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Nintendo.GBA;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;

View File

@ -1,6 +1,4 @@
using System;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Emulation.Cores.Nintendo.NES;
using BizHawk.Emulation.Common;

View File

@ -1,10 +1,5 @@
using System.Drawing;
using System.Windows.Forms;
using System.IO;
using System.Drawing.Imaging;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,8 +1,6 @@
using System;
using System.Drawing;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -1,8 +1,6 @@
using System;
using System.Windows.Forms;
using System.Drawing;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Sony.PSX;

View File

@ -1,8 +1,6 @@
using System;
using System.Drawing;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk

View File

@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Drawing;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Consoles.NEC.PCFX;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,11 +1,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Consoles.Sega.Saturn;
namespace BizHawk.Client.EmuHawk
{