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.h')
-rw-r--r--source/blender/python/api2_2x/MTex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/MTex.h b/source/blender/python/api2_2x/MTex.h
index dfcd2cc00b8..2148212d82f 100644
--- a/source/blender/python/api2_2x/MTex.h
+++ b/source/blender/python/api2_2x/MTex.h
@@ -57,7 +57,6 @@ extern PyTypeObject MTex_Type;
PyObject *MTex_Init( void );
PyObject *MTex_CreatePyObject( struct MTex *obj );
-int MTex_CheckPyObject( PyObject * py_obj );
MTex *MTex_FromPyObject( PyObject * py_obj );