summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-10-23 16:00:20 -0600
committerBrian Paul <[email protected]>2012-10-26 10:59:29 -0600
commit80bc3206aac3c015d7b8086f7ed6155226a1f5c6 (patch)
tree5c4625f7adbfa76bd2c757b2b091f245626cf4b6 /src/gallium
parent369b5a311ca5e03bc4cccc3052800b94e316087d (diff)
softpipe: remove extraneous whitespace
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/softpipe/sp_tex_sample.c2
1 files changed, 0 insertions, 2 deletions
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;