diff options
Diffstat (limited to 'src/gpu/GrGLTexture.cpp')
-rw-r--r-- | src/gpu/GrGLTexture.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrGLTexture.cpp b/src/gpu/GrGLTexture.cpp index 327f7cf613..0a38da3da9 100644 --- a/src/gpu/GrGLTexture.cpp +++ b/src/gpu/GrGLTexture.cpp @@ -35,7 +35,6 @@ void GrGLTexture::init(GrGpuGL* gpu, fTexIDObj = new GrGLTexID(GPUGL->glInterface(), textureDesc.fTextureID, textureDesc.fOwnsID); - fInternalFormat = textureDesc.fInternalFormat; fOrientation = textureDesc.fOrientation; if (NULL != rtDesc) { |