removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's
This commit is contained in:
@@ -55,7 +55,6 @@ extern PyTypeObject Image_Type; /* The Image PyType Object */
|
||||
/*****************************************************************************/
|
||||
PyObject *Image_Init( void );
|
||||
PyObject *Image_CreatePyObject( Image * image );
|
||||
int Image_CheckPyObject( PyObject * pyobj );
|
||||
Image *Image_FromPyObject( PyObject * pyobj );
|
||||
|
||||
#endif /* EXPP_IMAGE_H */
|
||||
|
||||
Reference in New Issue
Block a user