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>2015-04-15 18:12:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-15 18:12:22 +0300
commit99299da4b5ca1f9e9c347db120dc93df58e8d0a6 (patch)
tree7671615ee8ff8c330dd06b15d685913c2d9d4a49 /source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
parent34c1319d06f691aa8cabcc34a52d406ce99b682e (diff)
Cleanup: warnings, ws
Diffstat (limited to 'source/gameengine/Ketsji/KX_PyConstraintBinding.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_PyConstraintBinding.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp b/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
index 77453916e44..065251f5676 100644
--- a/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
+++ b/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
@@ -497,7 +497,6 @@ static PyObject *gPyCreateConstraint(PyObject *self,
/* FIXME - physicsid is a long being cast to a pointer, should at least use PyCapsule */
unsigned long long physicsid = 0, physicsid2 = 0;
int constrainttype = 0;
- int len = PyTuple_Size(args);
int flag = 0;
float pivotX = 0.0f, pivotY = 0.0f, pivotZ = 0.0f, axisX = 0.0f, axisY = 0.0f, axisZ = 0.0f;