From: Matthew Fernandez Date: Sat, 18 Dec 2021 04:59:46 +0000 (-0800) Subject: remove prototype of unimplemented 'cmpNodeDegree' X-Git-Tag: 3.0.0~123^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65d9eaaa265c4814e37df4bac68784102fd4f57d;p=graphviz remove prototype of unimplemented 'cmpNodeDegree' --- diff --git a/lib/circogen/blockpath.h b/lib/circogen/blockpath.h index 1fffe3785..d6290fb77 100644 --- a/lib/circogen/blockpath.h +++ b/lib/circogen/blockpath.h @@ -17,7 +17,6 @@ extern "C" { #include extern nodelist_t *layout_block(Agraph_t * g, block_t * sn, double); - extern int cmpNodeDegree(Dt_t *, Agnode_t **, Agnode_t **, Dtdisc_t *); #ifdef DEBUG extern void prTree(Agraph_t * g);