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/Modifier.c')
-rw-r--r--source/blender/python/api2_2x/Modifier.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/python/api2_2x/Modifier.c b/source/blender/python/api2_2x/Modifier.c
index a18b12ece8d..6745ad4aa8d 100644
--- a/source/blender/python/api2_2x/Modifier.c
+++ b/source/blender/python/api2_2x/Modifier.c
@@ -1021,16 +1021,6 @@ PyObject *Modifier_CreatePyObject( Object *ob, ModifierData * md )
}
/*****************************************************************************/
-/* Function: Modifier_CheckPyObject */
-/* Description: This function returns true when the given PyObject is of the */
-/* type Modifier. Otherwise it will return false. */
-/*****************************************************************************/
-int Modifier_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &Modifier_Type );
-}
-
-/*****************************************************************************/
/* Function: Modifier_FromPyObject */
/* Description: This function returns the Blender modifier from the given */
/* PyObject. */