From 133c5727b58c60afe6467ecbfe07739c7466d8c8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 31 Jan 2012 12:33:38 -0700 Subject: [PATCH] mesa: remove stray comment in PopAttrib() code --- src/mesa/main/attrib.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2