removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's

This commit is contained in:
Campbell Barton
2007-03-15 01:09:14 +00:00
parent a567e43628
commit ee5dc4d0bf
66 changed files with 54 additions and 319 deletions

View File

@@ -704,11 +704,6 @@ PyObject *Radio_CreatePyObject( struct Scene * scene )
return ( ( PyObject * ) py_radio );
}
int Radio_CheckPyObject( PyObject * pyob )
{
return ( pyob->ob_type == &Radio_Type );
}
static PyObject *Radio_collectMeshes( BPy_Radio * self )
{
if( !EXPP_check_scene( self->scene ) )