diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs b/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs index 508334f225..ef984b1ed3 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs @@ -93,8 +93,6 @@ namespace Ryujinx.Graphics.Gal.OpenGL } else { - GalImageFormat ComponentType = Image.Format & GalImageFormat.TypeMask; - //TODO: Use KHR_texture_compression_astc_hdr when available if (IsAstc(Image.Format)) {