Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/api2_2x/sceneRadio.c')
-rw-r--r--source/blender/python/api2_2x/sceneRadio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/python/api2_2x/sceneRadio.c b/source/blender/python/api2_2x/sceneRadio.c
index 5a1e7c55a8a..080f99cd4f9 100644
--- a/source/blender/python/api2_2x/sceneRadio.c
+++ b/source/blender/python/api2_2x/sceneRadio.c
@@ -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 ) )