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/BezTriple.c')
-rw-r--r--source/blender/python/api2_2x/BezTriple.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/python/api2_2x/BezTriple.c b/source/blender/python/api2_2x/BezTriple.c
index 86a4139679f..aabc33e6f95 100644
--- a/source/blender/python/api2_2x/BezTriple.c
+++ b/source/blender/python/api2_2x/BezTriple.c
@@ -646,16 +646,6 @@ PyObject *BezTriple_CreatePyObject( BezTriple * bzt )
/*****************************************************************************/
-/* Function: BezTriple_CheckPyObject */
-/* Description: This function returns true when the given PyObject is of the */
-/* type BezTriple. Otherwise it will return false. */
-/*****************************************************************************/
-int BezTriple_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &BezTriple_Type );
-}
-
-/*****************************************************************************/
/* Function: BezTriple_FromPyObject */
/* Description: This function returns the Blender beztriple from the given */
/* PyObject. */