aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Aud
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-10-17 14:55:10 -0300
committerGitHub <noreply@github.com>2018-10-17 14:55:10 -0300
commit02a8e7fc9369d7882db08a69d108beefb0f98677 (patch)
tree6f0e76cdb6c87e2bd7ad4018a67a657a88cbc2a7 /Ryujinx.HLE/HOS/Services/Aud
parentb3a4662be15bd63d5b70cf4be21d79959e11ccfc (diff)
Remove unnecessary usings (#463)
* Remove unnecessary usings * Fix CastExpression while I'm at it
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Aud')
-rw-r--r--Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs
index 49bbbd5a..48a449cc 100644
--- a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs
+++ b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs
@@ -3,7 +3,6 @@ using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Services.Aud.AudioRenderer;
using Ryujinx.HLE.Utilities;
-using System;
using System.Collections.Generic;
using static Ryujinx.HLE.HOS.ErrorCode;