From 5cc58ba8fe6abb8cc3cc7cfaacfc70cdc3b2245b Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Thu, 22 Feb 2007 10:46:02 +0000 Subject: [PATCH] Doh! prototype for Armature_CreatePyObject() was already added. I plead incompetence. more coffee, please. --- source/blender/python/api2_2x/Armature.h | 1 - 1 file changed, 1 deletion(-) 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