From: Matthew Fernandez Date: Sat, 18 Dec 2021 04:54:48 +0000 (-0800) Subject: remove prototypes of unimplemented object set management functions X-Git-Tag: 3.0.0~123^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d17f46425335cf9cd39184e6c08ed64613753a;p=graphviz remove prototypes of unimplemented object set management functions --- diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index 1b8972a92..561418bc2 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -81,10 +81,6 @@ void agmarkhtmlstr(char *s); /* object set management */ Agnode_t *agfindnode_by_id(Agraph_t * g, IDTYPE id); -Dtcompar_f agdictorder(Agraph_t *, Dict_t *, Dtcompar_f); -int agedgecmpf(Dict_t * d, void *arg_e0, void *arg_e1, Dtdisc_t * disc); -int agnamecmpf(Dict_t * d, void *, void *, Dtdisc_t * disc); -void agset_node_disc(Agraph_t * g, Dtdisc_t * disc); uint64_t agnextseq(Agraph_t * g, int objtype); /* dict helper functions */