removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's
This commit is contained in:
@@ -54,7 +54,6 @@ typedef struct {
|
||||
PyObject *Object_Init( void );
|
||||
PyObject *Object_CreatePyObject( struct Object *obj );
|
||||
Object *Object_FromPyObject( PyObject * py_obj );
|
||||
int Object_CheckPyObject( PyObject * py_obj );
|
||||
|
||||
void Object_updateDag( void *data );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user