intel: fix (cosmetic) typo flag used twice
authorRoland Scheidegger <sroland@vmware.com>
Sat, 23 May 2009 23:18:31 +0000 (01:18 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 15 Jun 2009 16:30:51 +0000 (18:30 +0200)
src/mesa/drivers/dri/intel/intel_clear.c

index 309ac19..21f534d 100644 (file)
@@ -134,7 +134,6 @@ intel_clear_tris(GLcontext *ctx, GLbitfield mask)
                    BUFFER_BIT_STENCIL)) == 0);
 
    _mesa_PushAttrib(GL_COLOR_BUFFER_BIT |
-                   GL_CURRENT_BIT |
                    GL_DEPTH_BUFFER_BIT |
                    GL_ENABLE_BIT |
                    GL_POLYGON_BIT |