From b216fb1729819fce424c9bef36bdc3fc11611156 Mon Sep 17 00:00:00 2001 From: Jacques Guignot Date: Wed, 9 Jul 2003 23:21:41 +0000 Subject: [PATCH] removed a function prototype which was already in modules.h --- source/blender/python/api2_2x/Curve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);