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

lib/common/render.h

index 0fe844d6dbc97ab3bdaa8bc8912bcd2847bb6193..80eda37569f6f4ce596c8eef83a48ae8533bbd43 100644 (file)
@@ -151,7 +151,6 @@ extern "C" {
     extern void translate_bb(Agraph_t *, int);
     extern int wedgedEllipse (GVJ_t* job, pointf * pf, char* clrs);
     extern void update_bb_bz(boxf *bb, pointf *cp);
-    extern void write_attributed_dot(graph_t *g, FILE *f);
     extern void write_canonical_dot(graph_t *g, FILE *f);
     extern boxf xdotBB (graph_t* g);
     extern char *findAttrColor(void *obj, attrsym_t *colorattr, char *dflt);