summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-01-31 12:33:38 -0700
committerBrian Paul <[email protected]>2012-02-01 06:52:30 -0700
commit133c5727b58c60afe6467ecbfe07739c7466d8c8 (patch)
tree668a93c718f5cb1f235cbc3c6c8774547981b26a /src/mesa/main/attrib.c
parent7ef94c6a0b7d2f7a8c6d03b12262b0b9e57e414c (diff)
mesa: remove stray comment in PopAttrib() code
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 01e79455c2a..b8309edbec7 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;