From: Brian Paul Date: Thu, 13 Oct 2011 23:14:24 +0000 (-0600) Subject: mesa: remove unused gl_sampler_object::_CompleteTexture field X-Git-Tag: android-x86-4.4-r1~9372 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bc4ef33108331db69ddfdbdd71546f4cb49ed809;p=android-x86%2Fexternal-mesa.git mesa: remove unused gl_sampler_object::_CompleteTexture field --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 749324d7629..a7d1cb2b111 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1311,9 +1311,6 @@ struct gl_sampler_object /* deprecated sampler state */ GLenum DepthMode; /**< GL_ARB_depth_texture */ - - /** Is the texture object complete with respect to this sampler? */ - GLboolean _CompleteTexture; };