From: Matthew Fernandez Date: Sat, 18 Dec 2021 04:53:16 +0000 (-0800) Subject: remove declaration of undefined 'AgAttrdisc' X-Git-Tag: 3.0.0~123^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8ed6a6c6c0a577815d01991c99dcae5fac79559;p=graphviz remove declaration of undefined 'AgAttrdisc' --- diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index 76c73912f..1b8972a92 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -71,7 +71,6 @@ extern Dtdisc_t Ag_subedge_id_disc; extern Dtdisc_t Ag_mainedge_seq_disc; extern Dtdisc_t Ag_subedge_seq_disc; extern Dtdisc_t Ag_subgraph_id_disc; -extern Agcbdisc_t AgAttrdisc; /* internal constructor of graphs and subgraphs */ Agraph_t *agopen1(Agraph_t * g);