diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderIrCmnt.cs')
-rw-r--r-- | Ryujinx.Graphics/Gal/Shader/ShaderIrCmnt.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderIrCmnt.cs b/Ryujinx.Graphics/Gal/Shader/ShaderIrCmnt.cs deleted file mode 100644 index 5da04e5e..00000000 --- a/Ryujinx.Graphics/Gal/Shader/ShaderIrCmnt.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Graphics.Gal.Shader -{ - class ShaderIrCmnt : ShaderIrNode - { - public string Comment { get; private set; } - - public ShaderIrCmnt(string comment) - { - Comment = comment; - } - } -}
\ No newline at end of file |