Remove unused SlimDX.DirectSound usings.

This commit is contained in:
jdpurcell 2015-02-22 04:43:52 +00:00
parent ecaf95f400
commit 7155067e89
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
using BizHawk.Client.Common;
using BizHawk.Bizware.BizwareGL;
using SlimDX.DirectSound;
namespace BizHawk.Client.EmuHawk
{

View File

@ -5,7 +5,6 @@ using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Forms;
#if WINDOWS
using SlimDX.DirectSound;
using Microsoft.VisualBasic.ApplicationServices;
#endif