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/Texture.h')
-rw-r--r--source/blender/python/api2_2x/Texture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Texture.h b/source/blender/python/api2_2x/Texture.h
index b162dc4b2e9..a5451687779 100644
--- a/source/blender/python/api2_2x/Texture.h
+++ b/source/blender/python/api2_2x/Texture.h
@@ -58,7 +58,6 @@ extern PyTypeObject Texture_Type;
PyObject *Texture_Init( void );
PyObject *Texture_CreatePyObject( struct Tex *tex );
-int Texture_CheckPyObject( PyObject * pyobj );
Tex *Texture_FromPyObject( PyObject * pyobj );