From: Brian Paul Date: Tue, 31 Jan 2012 19:33:38 +0000 (-0700) Subject: mesa: remove stray comment in PopAttrib() code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=133c5727b58c60afe6467ecbfe07739c7466d8c8;p=mesa.git mesa: remove stray comment in PopAttrib() code --- 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;