From 9e607fdeb11075108bebd0be2cebc7af446125c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 24 Oct 2019 22:49:36 +0200 Subject: [PATCH] GL: remove another unused format --- ext/native/thin3d/thin3d_gl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/native/thin3d/thin3d_gl.cpp b/ext/native/thin3d/thin3d_gl.cpp index 7593c1b21c..04e5c5ba4f 100644 --- a/ext/native/thin3d/thin3d_gl.cpp +++ b/ext/native/thin3d/thin3d_gl.cpp @@ -1212,7 +1212,6 @@ void OpenGLContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { uint32_t OpenGLContext::GetDataFormatSupport(DataFormat fmt) const { switch (fmt) { - case DataFormat::B8G8R8A8_UNORM: case DataFormat::B4G4R4A4_UNORM_PACK16: case DataFormat::B5G6R5_UNORM_PACK16: case DataFormat::B5G5R5A1_UNORM_PACK16: