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
path: root/source
diff options
context:
space:
mode:
authorJoseph Gilbert <ascotan@gmail.com>2005-11-22 22:14:10 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-11-22 22:14:10 +0300
commitd9a45593352c97cd61e46c61e14d5f3462cce721 (patch)
treeb4d796d79d8189370fae4b6a314c782a73720c62 /source
parent3489fdcd06f18671521dca1ce0798a8fe31dbab8 (diff)
Little bit of testing code snuck in there.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/Armature.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Armature.c b/source/blender/python/api2_2x/Armature.c
index 50f0a4c7bdb..eecd84cd5e6 100644
--- a/source/blender/python/api2_2x/Armature.c
+++ b/source/blender/python/api2_2x/Armature.c
@@ -133,7 +133,6 @@ static PyObject *BonesDict_new(PyTypeObject *type, PyObject *args, PyObject *kwd
if (py_BonesDict->editBoneDict == NULL)
goto RuntimeError;
- py_BonesDict->editDict = NULL;
py_BonesDict->editmode_flag = 0;
return (PyObject*)py_BonesDict;