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:
authorJacques Guignot <guignot@wanadoo.fr>2003-07-10 03:21:41 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-07-10 03:21:41 +0400
commitb216fb1729819fce424c9bef36bdc3fc11611156 (patch)
tree838702e3ef52221b6981fbb9ceddb5380cf7ebf9 /source/blender/python/api2_2x/Curve.h
parent3482beef163ba89900982bbc89098eb6747ba7c5 (diff)
removed a function prototype which was already in modules.h
Diffstat (limited to 'source/blender/python/api2_2x/Curve.h')
-rw-r--r--source/blender/python/api2_2x/Curve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Curve.h b/source/blender/python/api2_2x/Curve.h
index 04fa5e05c55..1683d5d21d2 100644
--- a/source/blender/python/api2_2x/Curve.h
+++ b/source/blender/python/api2_2x/Curve.h
@@ -182,7 +182,7 @@ static void CurveDeAlloc (BPy_Curve *msh);
static int CurveSetAttr (BPy_Curve *msh, char *name, PyObject *v);
static PyObject *CurveGetAttr (BPy_Curve *msh, char *name);
static PyObject *CurveRepr (BPy_Curve *msh);
-PyObject* Curve_CreatePyObject (struct Curve *curve);
+// PyObject* Curve_CreatePyObject (struct Curve *curve);
//int Curve_CheckPyObject (PyObject *py_obj);
//struct Curve* Curve_FromPyObject (PyObject *py_obj);