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/Lamp.c')
-rw-r--r--source/blender/python/api2_2x/Lamp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/python/api2_2x/Lamp.c b/source/blender/python/api2_2x/Lamp.c
index 4e2638921fc..25bfaf56d8e 100644
--- a/source/blender/python/api2_2x/Lamp.c
+++ b/source/blender/python/api2_2x/Lamp.c
@@ -838,16 +838,6 @@ PyObject *Lamp_CreatePyObject( Lamp * lamp )
}
/*****************************************************************************/
-/* Function: Lamp_CheckPyObject */
-/* Description: This function returns true when the given PyObject is of the */
-/* type Lamp. Otherwise it will return false. */
-/*****************************************************************************/
-int Lamp_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &Lamp_Type );
-}
-
-/*****************************************************************************/
/* Function: Lamp_FromPyObject */
/* Description: This function returns the Blender lamp from the given */
/* PyObject. */