aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Geo.c')
-rw-r--r--generic/Geo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/Geo.c b/generic/Geo.c
index 55f8163..91c092c 100644
--- a/generic/Geo.c
+++ b/generic/Geo.c
@@ -2276,7 +2276,6 @@ GetCirclePoints(int type,
iangle = 2*M_PI / (num_p-1);
start_p.x = cos(start_angle);
start_p.y = sin(start_angle);
- ZnListAdd(point_list, &start_p, ZnListTail);
i = start_angle / iangle;
if ((i * iangle) < start_angle) {
i++;