mesa: remove stray comment in PopAttrib() code
authorBrian Paul <brianp@vmware.com>
Tue, 31 Jan 2012 19:33:38 +0000 (12:33 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 1 Feb 2012 13:52:30 +0000 (06:52 -0700)
src/mesa/main/attrib.c

index 01e79455c2a13516350a811fe2ff5e1797a3c343..b8309edbec71fb15766cfcf6655891f6e90c8881 100644 (file)
@@ -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;