From: Matthew Fernandez Date: Sat, 29 May 2021 02:53:37 +0000 (-0700) Subject: remove write_attributed_dot prototype for function that does not exist X-Git-Tag: 2.47.3~17^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e25c83815592a37883bebd06ea533061d92ef271;p=graphviz remove write_attributed_dot prototype for function that does not exist This function was removed in d3760b95bd696ab130c26dd36927ed498f7aae37 but its prototype was not. --- diff --git a/lib/common/render.h b/lib/common/render.h index 0fe844d6d..80eda3756 100644 --- a/lib/common/render.h +++ b/lib/common/render.h @@ -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);