From ed9d1aae88c2a67a93912743e29f7776ba2b3579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 21 Apr 2013 13:55:38 +0200 Subject: [PATCH] remove old line --- skimage/draw/_draw.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/draw/_draw.pyx b/skimage/draw/_draw.pyx index 1ebeda2c..be1e6199 100644 --- a/skimage/draw/_draw.pyx +++ b/skimage/draw/_draw.pyx @@ -323,7 +323,6 @@ def ellipse_perimeter(Py_ssize_t cy, Py_ssize_t cx, Py_ssize_t yradius, cdef Py_ssize_t x, y, e2, err - #cdef double x0, y0, x1, y1, a, b, zd, sin_angle cdef int ix0, ix1, iy0, iy1, ixd, iyd cdef double sin_angle, xa, ya, za, a, b