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/Lattice.c')
-rw-r--r--source/blender/python/api2_2x/Lattice.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/python/api2_2x/Lattice.c b/source/blender/python/api2_2x/Lattice.c
index f179839cd68..fe6bd3f500a 100644
--- a/source/blender/python/api2_2x/Lattice.c
+++ b/source/blender/python/api2_2x/Lattice.c
@@ -152,14 +152,6 @@ Lattice *Lattice_FromPyObject( PyObject * pyobj )
}
//***************************************************************************
-// Function: Lattice_CheckPyObject
-//***************************************************************************
-int Lattice_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &Lattice_Type );
-}
-
-//***************************************************************************
// Function: M_Lattice_New
// Python equivalent: Blender.Lattice.New
//***************************************************************************