OSDN Git Service

mesa: remove unused gl_sampler_object::_CompleteTexture field
authorBrian Paul <brianp@vmware.com>
Thu, 13 Oct 2011 23:14:24 +0000 (17:14 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 13 Oct 2011 23:14:24 +0000 (17:14 -0600)
src/mesa/main/mtypes.h

index 749324d..a7d1cb2 100644 (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;
 };