From dd21e9b62691daab1464dda0a0ab44d107480dec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 25 Apr 2009 17:52:04 +0000 Subject: patch from michael williamson, export multiple UV layers to lightwave [#18575] remove unused local variables --- source/blender/nodes/intern/TEX_nodes/TEX_distance.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/nodes/intern/TEX_nodes') 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); -- cgit v1.2.3