mesa: remove unused gl_sampler_object::_CompleteTexture field

This commit is contained in:
Brian Paul 2011-10-13 17:14:24 -06:00
parent 6fc6d5a09e
commit bc4ef33108

View file

@ -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;
};