From: Matthew Fernandez Date: Sat, 29 May 2021 02:50:05 +0000 (-0700) Subject: remove setup_graph prototype for function that does not exist X-Git-Tag: 2.47.3~17^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=335c61d61b6dac4356dfa1ff5b38a1c46a2a4b1b;p=graphviz remove setup_graph prototype for function that does not exist This function was removed in ac9772156cea7cff4d8f1be7fd9396bdb6027505 but its prototype was not. --- diff --git a/lib/common/render.h b/lib/common/render.h index 94020a640..0fe844d6d 100644 --- a/lib/common/render.h +++ b/lib/common/render.h @@ -140,7 +140,6 @@ extern "C" { extern pointf* simpleSplineRoute (pointf, pointf, Ppoly_t, int*, int); extern pointf *routepolylines(path* pp, int* npoints); extern int selfRightSpace (edge_t* e); - extern void setup_graph(GVC_t * gvc, graph_t * g); extern shape_kind shapeOf(node_t *); extern void shape_clip(node_t * n, pointf curve[4]); extern void make_simple_label (GVC_t * gvc, textlabel_t* rv);