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 749324d76292ceb2b35c53793bed05917aec605f..a7d1cb2b11141dca952a5e02b660726ac069d215 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;
 };