From 83f43b46242f5be37405f9c27dd53d03976a4a9d Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 17 Oct 2018 19:13:42 -0300 Subject: [PATCH] Remove unused code introduced on the rebase --- Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs | 2 -- 1 file changed, 2 deletions(-) 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)) {