diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IShader.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/IShader.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Ryujinx.Graphics.GAL/IShader.cs b/Ryujinx.Graphics.GAL/IShader.cs deleted file mode 100644 index be24adcd..00000000 --- a/Ryujinx.Graphics.GAL/IShader.cs +++ /dev/null @@ -1,6 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.GAL -{ - public interface IShader : IDisposable { } -} |