From: Matthew Fernandez Date: Sat, 18 Dec 2021 04:39:35 +0000 (-0800) Subject: remove prototype for unimplemented 'html_inside' X-Git-Tag: 3.0.0~123^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e65fb96cdc4149d24e260804c9348cbcb2a93e1;p=graphviz remove prototype for unimplemented 'html_inside' --- diff --git a/lib/common/htmltable.h b/lib/common/htmltable.h index 2a0ae5f78..daf4f2485 100644 --- a/lib/common/htmltable.h +++ b/lib/common/htmltable.h @@ -171,7 +171,6 @@ extern "C" { extern void free_html_text(htmltxt_t *); extern boxf *html_port(node_t * n, char *pname, int* sides); - extern int html_inside(node_t * n, pointf p, edge_t * e); #ifdef __cplusplus }