blender/source
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
..
blender added two accidentally deleted #'s (without them makesdna wouldn't work 2002-12-27 21:14:32 +00:00
creator sgefants patch to remove the License Key stuff. 2002-12-06 19:48:37 +00:00
darwin I moved source/darwin/blenderpublisher.app to source/darwin/blender.app 2002-12-03 10:02:40 +00:00
gameengine Removed unused var here is the diff: 2002-12-30 07:09:23 +00:00
icons Converted icon files to binary files (cvs admin -kb) and restored them. 2002-11-11 20:57:09 +00:00
kernel Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
GPL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
Makefile Rewired python for OSX. The Makefiles now use the Python that comes with OSX 2002-12-21 22:26:46 +00:00
nan_compile.mk Added the the magic compiler flag that will turn on game-engine integration with Blender. The line is commented by default as was discussed on the list. 2002-12-19 22:06:32 +00:00
nan_definitions.mk Rewired python for OSX. The Makefiles now use the Python that comes with OSX 2002-12-21 22:26:46 +00:00
nan_link.mk First checkin of core ODE functionality. See OdePhysicsController.cpp for a todo list. 2002-10-18 14:36:34 +00:00
nan_subdirs.mk Initial revision 2002-10-12 11:37:38 +00:00
nan_warn.mk Initial revision 2002-10-12 11:37:38 +00:00