From df6b70a9ca07b81f5c21d9d4e7014a379f9e0809 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 30 Oct 2002 00:27:48 +0000 Subject: removed some unused variables --- intern/iksolver/intern/IK_QChain.cpp | 20 -------------------- intern/iksolver/intern/MT_ExpMap.cpp | 1 - 2 files changed, 21 deletions(-) (limited to 'intern') diff --git a/intern/iksolver/intern/IK_QChain.cpp b/intern/iksolver/intern/IK_QChain.cpp index 438729003a9..f39fca16644 100644 --- a/intern/iksolver/intern/IK_QChain.cpp +++ b/intern/iksolver/intern/IK_QChain.cpp @@ -149,7 +149,6 @@ ComputeJacobian( // compute the transposed jacobian first int n; - int i = 0; for (n= 0; n < num_segs; n++) { #if 0 @@ -259,22 +258,3 @@ MaxExtension( return output; } - - - - - - - - - - - - - - - - - - - diff --git a/intern/iksolver/intern/MT_ExpMap.cpp b/intern/iksolver/intern/MT_ExpMap.cpp index ea005a42096..c5ff0dc5886 100644 --- a/intern/iksolver/intern/MT_ExpMap.cpp +++ b/intern/iksolver/intern/MT_ExpMap.cpp @@ -74,7 +74,6 @@ setRotation( MT_ExpMap:: getRotation( ) const { - bool rep=0; MT_Scalar cosp, sinp, theta; MT_Quaternion q; -- cgit v1.2.3