From: Matthew Fernandez Date: Sat, 29 May 2021 02:54:54 +0000 (-0700) Subject: remove write_canonical_dot prototype for function that does not exist X-Git-Tag: 2.47.3~17^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9da4dd5c63ee12b1f49bea0df6895bc9e5760e;p=graphviz remove write_canonical_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 80eda3756..39433d9f0 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_canonical_dot(graph_t *g, FILE *f); extern boxf xdotBB (graph_t* g); extern char *findAttrColor(void *obj, attrsym_t *colorattr, char *dflt);