From 3b74074aec8ad551f210fda9ed13cf654d98876f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 8 Jan 2011 12:43:44 +0000 Subject: remove unused code & variables. --- source/blender/blenlib/intern/math_matrix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/intern/math_matrix.c') diff --git a/source/blender/blenlib/intern/math_matrix.c b/source/blender/blenlib/intern/math_matrix.c index 456c752c302..77ef825ee34 100644 --- a/source/blender/blenlib/intern/math_matrix.c +++ b/source/blender/blenlib/intern/math_matrix.c @@ -1457,7 +1457,6 @@ void svd_m4(float U[4][4], float s[4], float V[4][4], float A_[4][4]) eps = powf(2.0f,-52.0f); while (p > 0) { int kase=0; - k=0; // Test for maximum iterations to avoid infinite loop if(maxiter == 0) -- cgit v1.2.3