]> granicus.if.org Git - graphviz/commitdiff
remove write_canonical_dot prototype for function that does not exist
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 02:54:54 +0000 (19:54 -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 80eda37569f6f4ce596c8eef83a48ae8533bbd43..39433d9f0222f4345ac5b1bd620f56440ae3b86a 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_canonical_dot(graph_t *g, FILE *f);
     extern boxf xdotBB (graph_t* g);
     extern char *findAttrColor(void *obj, attrsym_t *colorattr, char *dflt);