remove unused var

This commit is contained in:
Brian 2007-10-22 11:41:17 -06:00
parent 8d24415987
commit 34abb93ea1

View 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++) {