From 01b84fac1cf7a75cfad0261a33629373028b0141 Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 25 Jul 2012 17:31:27 -0400 Subject: [PATCH] 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. --- lib/gvc/gvc.h | 6 ------ 1 file changed, 6 deletions(-) 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); -- 2.50.1