From: Emden Gansner Date: Wed, 25 Jul 2012 21:31:27 +0000 (-0400) Subject: Remove unnecessary html function declarations from the library. X-Git-Tag: LAST_LIBGRAPH~32^2~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01b84fac1cf7a75cfad0261a33629373028b0141;p=graphviz Remove unnecessary html function declarations from the library. These declarations are in both graph.h and cgraph.h, so will be brought in via types.h. --- diff --git a/lib/gvc/gvc.h b/lib/gvc/gvc.h index cb1a59444..06b60011c 100644 --- a/lib/gvc/gvc.h +++ b/lib/gvc/gvc.h @@ -66,12 +66,6 @@ extern int gvLayoutJobs(GVC_t *gvc, graph_t *g); /* Render layout into string attributes of the graph */ extern void attach_attrs(graph_t *g); -/* Parse an html string */ -#ifndef WITH_CGRAPH -extern char *agstrdup_html(char *s); -extern int aghtmlstr(char *s); -#endif - /* Render layout in a specified format to an open FILE */ extern int gvRender(GVC_t *gvc, graph_t *g, const char *format, FILE *out);