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/Image.c')
-rw-r--r--source/blender/python/api2_2x/Image.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/python/api2_2x/Image.c b/source/blender/python/api2_2x/Image.c
index 18640ce6f7c..a030f635010 100644
--- a/source/blender/python/api2_2x/Image.c
+++ b/source/blender/python/api2_2x/Image.c
@@ -782,16 +782,6 @@ PyObject *Image_CreatePyObject( Image * image )
}
/*****************************************************************************/
-/* Function: Image_CheckPyObject */
-/* Description: This function returns true when the given PyObject is of the */
-/* type Image. Otherwise it will return false. */
-/*****************************************************************************/
-int Image_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &Image_Type );
-}
-
-/*****************************************************************************/
/* Function: Image_FromPyObject */
/* Description: Returns the Blender Image associated with this object */
/*****************************************************************************/