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

Author: Brian Paul <bri...@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;
 };
 
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to