remove unused var
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 5 Sep 2005 21:03:48 +0000 (21:03 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 5 Sep 2005 21:03:48 +0000 (21:03 +0000)
src/mesa/swrast/s_buffers.c

index 0247e1a..01e5a50 100644 (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;