blender/source/gameengine
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
..
BlenderRoutines Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Converter Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Expressions Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
GameLogic Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
GamePlayer Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Ketsji Removed unused var here is the diff: 2002-12-30 07:09:23 +00:00
Network Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Physics Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Rasterizer Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SceneGraph Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Makefile Initial revision 2002-10-12 11:37:38 +00:00