From c81277c649697ef7b6939e7f345357f763bcbbae Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 17 Dec 2021 20:57:29 -0800 Subject: [PATCH] remove prototypes of unimplemented ag callback functions --- lib/cgraph/cghdr.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.40.0