Mesa (master): mesa: remove stray comment in PopAttrib() code

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 1 14:23:23 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 31 12:33:38 2012 -0700

mesa: remove stray comment in PopAttrib() code

---

 src/mesa/main/attrib.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 01e7945..b8309ed 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -1244,7 +1244,6 @@ _mesa_PopAttrib(void)
             }
             break;
          case GL_TEXTURE_BIT:
-            /* Take care of texture object reference counters */
             {
                struct texture_state *texstate
                   = (struct texture_state *) attr->data;




More information about the mesa-commit mailing list