remove unused var

This commit is contained in:
Brian Paul 2005-09-05 21:03:48 +00:00
parent f66084b834
commit 3952d6d4bb

View file

@ -207,7 +207,6 @@ clear_ci_buffer(GLcontext *ctx, struct gl_renderbuffer *rb)
static void
clear_color_buffers(GLcontext *ctx)
{
SWcontext *swrast = SWRAST_CONTEXT(ctx);
GLboolean masking;
GLuint i;