diff --git a/source/blender/python/api2_2x/Armature.h b/source/blender/python/api2_2x/Armature.h index 50aa390e30b..c441bdc5f83 100644 --- a/source/blender/python/api2_2x/Armature.h +++ b/source/blender/python/api2_2x/Armature.h @@ -67,6 +67,5 @@ PyObject *Armature_RebuildBones(PyObject *pyarmature); int Armature_CheckPyObject( PyObject * pyobj ); struct bArmature *Armature_FromPyObject( PyObject * py_obj ); -PyObject *Armature_CreatePyObject(struct bArmature *armature); #endif