remove unused var
authorBrian <brian.paul@tungstengraphics.com>
Mon, 22 Oct 2007 17:41:17 +0000 (11:41 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 22 Oct 2007 17:41:17 +0000 (11:41 -0600)
src/mesa/pipe/softpipe/sp_quad_fs.c

index 674e02d0f430a06d015528b783448bfab62f165b..9f85f7c30ce6d37cac1b0ccc387177f4dba57301 100644 (file)
@@ -151,7 +151,7 @@ static void shade_begin(struct quad_stage *qs)
 {
    struct quad_shade_stage *qss = quad_shade_stage(qs);
    struct softpipe_context *softpipe = qs->softpipe;
-   unsigned i, entry;
+   unsigned i;
 
    /* set TGSI sampler state that varies */
    for (i = 0; i < PIPE_MAX_SAMPLERS; i++) {