* Finish edge generation, clipping to nodes and adding arrowhead
* if necessary, and adding edge labels
*/
-static void finishEdge(edge_t* e, Ppoly_t spl, int flip, pointf p, pointf q) {
+static void finishEdge(edge_t* e, Ppoly_t spl, int flip) {
int j;
pointf *spline = N_GNEW(spl.pn, pointf);
rv = 1;
goto finish;
}
- finishEdge(e, spl, aghead(e) != head, eps[0], eps[1]);
+ finishEdge(e, spl, aghead(e) != head);
free(medges);
return 0;
goto finish;
}
}
- finishEdge(e, spl, aghead(e) != head, eps[0], eps[1]);
+ finishEdge(e, spl, aghead(e) != head);
e = ED_to_virt(e);
}