Kent Mein
cc95cdd390
Removed unused var here is the diff:
Kent
Index: gameengine/Ketsji/KX_PyConstraintBinding.cpp
===================================================================
RCS file: /cvs01/blender/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp,v
retrieving revision 1.3
diff -u -r1.3 KX_PyConstraintBinding.cpp
--- gameengine/Ketsji/KX_PyConstraintBinding.cpp 25 Nov 2002 15:29:49 -0000 1.3
+++ gameengine/Ketsji/KX_PyConstraintBinding.cpp 30 Dec 2002 07:08:18 -0000
@@ -128,7 +128,6 @@
{
int constraintid;
- int len = PyTuple_Size(args);
if (PyArg_ParseTuple(args,"i",&constraintid))
{
if (g_physics_env)
2002-12-30 07:09:23 +00:00
..
2002-12-27 21:14:32 +00:00
2002-12-06 19:48:37 +00:00
2002-12-03 10:02:40 +00:00
2002-12-30 07:09:23 +00:00
2002-11-11 20:57:09 +00:00
2002-12-27 13:11:01 +00:00
2002-10-12 11:37:38 +00:00
2002-10-12 11:37:38 +00:00
2002-12-21 22:26:46 +00:00
2002-12-19 22:06:32 +00:00
2002-12-21 22:26:46 +00:00
2002-10-18 14:36:34 +00:00
2002-10-12 11:37:38 +00:00
2002-10-12 11:37:38 +00:00