]> granicus.if.org Git - graphviz/commitdiff
remove setup_graph prototype for function that does not exist
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 02:50:05 +0000 (19:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Jun 2021 05:07:52 +0000 (22:07 -0700)
This function was removed in ac9772156cea7cff4d8f1be7fd9396bdb6027505 but its
prototype was not.

lib/common/render.h

index 94020a6405df4c88deb598e1188ac2442c678b72..0fe844d6dbc97ab3bdaa8bc8912bcd2847bb6193 100644 (file)
@@ -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);