From e721a76e6842f8aeec2c40bd9960a55f5d606f7d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 12 Dec 2012 08:51:19 -0700 Subject: [PATCH] softpipe: remove unused corner0 variable --- src/gallium/drivers/softpipe/sp_tex_sample.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c index c0eaf45..ab03290 100644 --- a/src/gallium/drivers/softpipe/sp_tex_sample.c +++ b/src/gallium/drivers/softpipe/sp_tex_sample.c @@ -1224,7 +1224,6 @@ img_filter_cube_nearest(struct tgsi_sampler *tgsi_sampler, union tex_tile_address addr; const float *out; int c; - float corner0[TGSI_QUAD_SIZE]; width = u_minify(texture->width0, level); height = u_minify(texture->height0, level); -- 2.7.4