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:
Diffstat (limited to 'intern/iksolver/intern/IK_QChain.cpp')
-rw-r--r--intern/iksolver/intern/IK_QChain.cpp20
1 files changed, 0 insertions, 20 deletions
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;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-