Mesa (master): mesa: remove unused gl_sampler_object:: _CompleteTexture field

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 13 23:14:36 UTC 2011


Module: Mesa
Branch: master
Commit: bc4ef33108331db69ddfdbdd71546f4cb49ed809
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc4ef33108331db69ddfdbdd71546f4cb49ed809

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct 13 17:14:24 2011 -0600

mesa: remove unused gl_sampler_object::_CompleteTexture field

---

 src/mesa/main/mtypes.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 749324d..a7d1cb2 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;
 };
 
 




More information about the mesa-commit mailing list