From 8629c56f4931845d787364af69119296daa841bc Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 15 Oct 2008 12:57:08 +0000 Subject: [PATCH] more cgraph merging --- lib/common/routespl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/common/routespl.c b/lib/common/routespl.c index c13501580..1f569897a 100644 --- a/lib/common/routespl.c +++ b/lib/common/routespl.c @@ -322,11 +322,7 @@ static pointf *_routesplines(path * pp, int *npoints, int polyline) } else flip = 0; -#ifndef WITH_CGRAPH - if (realedge->tail != realedge->head) { -#else /* WITH_CGRAPH */ if (agtail(realedge) != aghead(realedge)) { -#endif /* WITH_CGRAPH */ /* I assume that the path goes either down only or up - right - down */ for (bi = 0, pi = 0; bi < boxn; bi++) { -- 2.40.0