aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-12-12 08:51:19 -0700
committerBrian Paul <[email protected]>2012-12-12 08:51:19 -0700
commite721a76e6842f8aeec2c40bd9960a55f5d606f7d (patch)
tree4786f51ec059026895bab6522aaf97bc4fac325a /src/gallium/drivers/softpipe
parent8ef27e8fa9d4b3c854d7d3c20e26ede7d2147753 (diff)
softpipe: remove unused corner0 variable
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r--src/gallium/drivers/softpipe/sp_tex_sample.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c
index c0eaf45f484..ab032902aec 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);