Little bit of testing code snuck in there.

This commit is contained in:
2005-11-22 19:14:10 +00:00
parent 3489fdcd06
commit d9a4559335

View File

@@ -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;