From 9e65fb96cdc4149d24e260804c9348cbcb2a93e1 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 17 Dec 2021 20:39:35 -0800 Subject: [PATCH] remove prototype for unimplemented 'html_inside' --- lib/common/htmltable.h | 1 - 1 file changed, 1 deletion(-) 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 } -- 2.40.0