From ee5dc4d0bf99fe457ece7b37df72dc1cc12e3cd1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Mar 2007 01:09:14 +0000 Subject: removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's --- source/blender/python/api2_2x/Mesh.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/python/api2_2x/Mesh.h') diff --git a/source/blender/python/api2_2x/Mesh.h b/source/blender/python/api2_2x/Mesh.h index 2599ae38fe3..0938f5fe8ef 100644 --- a/source/blender/python/api2_2x/Mesh.h +++ b/source/blender/python/api2_2x/Mesh.h @@ -122,7 +122,6 @@ typedef struct { PyObject *Mesh_Init( void ); PyObject *Mesh_CreatePyObject( Mesh * me, Object *obj ); -int Mesh_CheckPyObject( PyObject * pyobj ); Mesh *Mesh_FromPyObject( PyObject * pyobj, Object *obj ); #endif /* EXPP_MESH_H */ -- cgit v1.2.3