Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-04-25 21:52:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-25 21:52:04 +0400
commitdd21e9b62691daab1464dda0a0ab44d107480dec (patch)
treea554ec2f44c85fa231bce82fb4460127957932e5 /source/blender/nodes/intern/TEX_nodes
parent113b438dce15061d57539ab694e30e115bb1418e (diff)
patch from michael williamson, export multiple UV layers to lightwave
[#18575] remove unused local variables
Diffstat (limited to 'source/blender/nodes/intern/TEX_nodes')
-rw-r--r--source/blender/nodes/intern/TEX_nodes/TEX_distance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/TEX_nodes/TEX_distance.c b/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
index ff9ec4db76b..d23eb6bc589 100644
--- a/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
+++ b/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
@@ -44,7 +44,6 @@ static bNodeSocketType outputs[]= {
static void valuefn(float *out, float *coord, bNode *node, bNodeStack **in, short thread)
{
float coord1[3], coord2[3];
- float x, y, z;
tex_input_vec(coord1, in[0], coord, thread);
tex_input_vec(coord2, in[1], coord, thread);