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/Sound.c')
-rw-r--r--source/blender/python/api2_2x/Sound.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/python/api2_2x/Sound.c b/source/blender/python/api2_2x/Sound.c
index 04cca0bd3c2..cb6d6394a28 100644
--- a/source/blender/python/api2_2x/Sound.c
+++ b/source/blender/python/api2_2x/Sound.c
@@ -350,16 +350,6 @@ PyObject *Sound_CreatePyObject( bSound * snd )
}
/*****************************************************************************/
-/* Function: Sound_CheckPyObject */
-/* Description: This function returns true when the given PyObject is of the */
-/* type Sound. Otherwise it will return false. */
-/*****************************************************************************/
-int Sound_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &Sound_Type );
-}
-
-/*****************************************************************************/
/* Function: Sound_FromPyObject */
/* Description: Returns the Blender Sound associated with this object */
/*****************************************************************************/