From: erg Date: Fri, 9 Nov 2007 23:39:28 +0000 (+0000) Subject: Removed obsolete declaration of agrebind X-Git-Tag: LAST_LIBGRAPH~32^2~5042 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2059f5b37ed6905b45b90d2bb775c4ff0e28dd99;p=graphviz Removed obsolete declaration of agrebind --- diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index 656a16d31..20cea5e79 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -291,7 +291,6 @@ extern int agdelete(Agraph_t * g, void *obj); extern long agdelsubg(Agraph_t * g, Agraph_t * sub); /* could be agclose */ extern int agdelnode(Agraph_t * g, Agnode_t * arg_n); extern int agdeledge(Agraph_t * g, Agedge_t * arg_e); -extern Agobj_t *agrebind(Agraph_t * g, Agobj_t * obj); extern int agobjkind(void *); /* strings */