Index: src/gpu/gl/GrGpuGL.cpp |
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
index b21043307016a6f0c2ee2a63163669f5c720bc5f..d318779284b2ecf83f81e8df4aa89eb6b69d1296 100644 |
--- a/src/gpu/gl/GrGpuGL.cpp |
+++ b/src/gpu/gl/GrGpuGL.cpp |
@@ -2482,7 +2482,6 @@ bool GrGpuGL::configToGLFormats(GrPixelConfig config, |
break; |
case kIndex_8_GrPixelConfig: |
if (this->caps()->eightBitPaletteSupport()) { |
- *internalFormat = GR_GL_PALETTE8_RGBA8; |
// glCompressedTexImage doesn't take external params |
*externalFormat = GR_GL_PALETTE8_RGBA8; |
// no sized/unsized internal format distinction here |