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/MTex.c')
-rw-r--r--source/blender/python/api2_2x/MTex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/python/api2_2x/MTex.c b/source/blender/python/api2_2x/MTex.c
index 9e3e1883c7b..13c2ac8e0b7 100644
--- a/source/blender/python/api2_2x/MTex.c
+++ b/source/blender/python/api2_2x/MTex.c
@@ -271,13 +271,6 @@ MTex *MTex_FromPyObject( PyObject * pyobj )
return ( ( BPy_MTex * ) pyobj )->mtex;
}
-
-int MTex_CheckPyObject( PyObject * pyobj )
-{
- return ( pyobj->ob_type == &MTex_Type );
-}
-
-
/*****************************************************************************/
/* Python BPy_MTex methods: */
/*****************************************************************************/