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:
authorKent Mein <mein@cs.umn.edu>2004-10-06 18:35:08 +0400
committerKent Mein <mein@cs.umn.edu>2004-10-06 18:35:08 +0400
commitd5e1d1844a6aba0fc66e456b3fa3e70a9e4e98e1 (patch)
tree892a6b914d0111aa8fac54701f562460c664e438 /source/gameengine/Ketsji/KX_GameObject.cpp
parent1f8749959c6e7c2d0893758185e21e33273b8e60 (diff)
removed 3 unused vars.
Kent
Diffstat (limited to 'source/gameengine/Ketsji/KX_GameObject.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.cpp b/source/gameengine/Ketsji/KX_GameObject.cpp
index 3061ceb252a..67148114de8 100644
--- a/source/gameengine/Ketsji/KX_GameObject.cpp
+++ b/source/gameengine/Ketsji/KX_GameObject.cpp
@@ -1050,8 +1050,6 @@ PyObject* KX_GameObject::PySetOrientation(PyObject* self,
PyObject* kwds)
{
PyObject* pylist;
- bool error = false;
- int row,col;
if (PyArg_ParseTuple(args,"O",&pylist))
{