aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/ITexture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/ITexture.cs')
-rw-r--r--src/Ryujinx.Graphics.GAL/ITexture.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Ryujinx.Graphics.GAL/ITexture.cs b/src/Ryujinx.Graphics.GAL/ITexture.cs
index 2f9f5fbf..d39b5949 100644
--- a/src/Ryujinx.Graphics.GAL/ITexture.cs
+++ b/src/Ryujinx.Graphics.GAL/ITexture.cs
@@ -1,5 +1,4 @@
using Ryujinx.Common.Memory;
-using System;
namespace Ryujinx.Graphics.GAL
{
@@ -25,4 +24,4 @@ namespace Ryujinx.Graphics.GAL
void SetStorage(BufferRange buffer);
void Release();
}
-} \ No newline at end of file
+}