From: Brian Paul Date: Tue, 23 Oct 2012 22:00:20 +0000 (-0600) Subject: softpipe: remove extraneous whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80bc3206aac3c015d7b8086f7ed6155226a1f5c6;p=mesa.git softpipe: remove extraneous whitespace --- diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c index 0aeb8e244c4..992a2f760f8 100644 --- a/src/gallium/drivers/softpipe/sp_tex_sample.c +++ b/src/gallium/drivers/softpipe/sp_tex_sample.c @@ -793,8 +793,6 @@ img_filter_2d_linear_repeat_POT(struct tgsi_sampler *tgsi_sampler, union tex_tile_address addr; int c; - - float u = s * xpot - 0.5F; float v = t * ypot - 0.5F;