From 951700fdd8f54fb34ffe8a3fb328a68b5bf37abe Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Thu, 18 Aug 2022 11:04:54 -0500 Subject: Removed unused usings. (#3593) * Removed unused usings. * Added back using, now that it's used. * Removed extra whitespace. --- Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceDriver.cs | 1 - Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceSession.cs | 1 - 2 files changed, 2 deletions(-) (limited to 'Ryujinx.Audio.Backends.SDL2') diff --git a/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceDriver.cs b/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceDriver.cs index 54548c11..3953b809 100644 --- a/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceDriver.cs +++ b/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceDriver.cs @@ -4,7 +4,6 @@ using Ryujinx.Memory; using Ryujinx.SDL2.Common; using System; using System.Collections.Concurrent; -using System.Runtime.InteropServices; using System.Threading; using static Ryujinx.Audio.Integration.IHardwareDeviceDriver; diff --git a/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceSession.cs b/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceSession.cs index b39f196a..38e2b133 100644 --- a/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceSession.cs +++ b/Ryujinx.Audio.Backends.SDL2/SDL2HardwareDeviceSession.cs @@ -4,7 +4,6 @@ using Ryujinx.Common.Logging; using Ryujinx.Memory; using System; using System.Collections.Concurrent; -using System.Runtime.InteropServices; using System.Threading; using static SDL2.SDL; -- cgit v1.2.3