Remove unused code introduced on the rebase

This commit is contained in:
gdkchan 2018-10-17 19:13:42 -03:00
parent 5933343981
commit 83f43b4624

View file

@ -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))
{