From: Matthew Fernandez Date: Sat, 18 Dec 2021 04:57:29 +0000 (-0800) Subject: remove prototypes of unimplemented ag callback functions X-Git-Tag: 3.0.0~123^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c81277c649697ef7b6939e7f345357f763bcbbae;p=graphviz remove prototypes of unimplemented ag callback functions --- diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index 561418bc2..4dc9208c0 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -138,8 +138,6 @@ void agmethod_upd(Agraph_t * g, void *obj, Agsym_t * sym); void agmethod_delete(Agraph_t * g, void *obj); typedef enum { CB_INITIALIZE, CB_UPDATE, CB_DELETION, } cb_t; -void agsyspushdisc(Agraph_t * g, Agcbdisc_t * cb, void *state, int stack); -int agsyspopdisc(Agraph_t * g, Agcbdisc_t * cb, int stack); void agrecord_callback(Agraph_t * g, Agobj_t * obj, cb_t kind, Agsym_t * optsym); void aginitcb(Agraph_t * g, void *obj, Agcbstack_t * disc);