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/Curve.c')
-rw-r--r--source/blender/python/api2_2x/Curve.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Curve.c b/source/blender/python/api2_2x/Curve.c
index 9c25bd44a3d..75c8a3801a3 100644
--- a/source/blender/python/api2_2x/Curve.c
+++ b/source/blender/python/api2_2x/Curve.c
@@ -1451,7 +1451,6 @@ static PyObject *Curve_getIter( BPy_Curve * self )
static PyObject *Curve_iterNext( BPy_Curve * self )
{
- PyObject *po; /* return value */
Nurb *pnurb;
if( self->iter_pointer ) {
@@ -1500,7 +1499,6 @@ static int Curve_length( PyInstanceObject * inst )
PyObject *Curve_getNurb( BPy_Curve * self, int n )
{
- PyObject *pyo;
Nurb *pNurb;
int i;