From: Matthew Fernandez Date: Tue, 12 Jul 2022 03:33:23 +0000 (-0700) Subject: circogen: remove commented out prototypes X-Git-Tag: 5.0.1~40^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a00cb1c31e6ae718649d65270940eb29782d621f;p=graphviz circogen: remove commented out prototypes These functions were removed in e20473ad1f730c3a0550825cc3a79c13bd02346f. --- diff --git a/lib/circogen/nodelist.h b/lib/circogen/nodelist.h index 4a8430750..882ca811c 100644 --- a/lib/circogen/nodelist.h +++ b/lib/circogen/nodelist.h @@ -36,9 +36,6 @@ extern "C" { extern void appendNodelist(nodelist_t *, nodelistitem_t *, Agnode_t * n); -/* extern void removeNodelist(nodelist_t* list, Agnode_t* n); */ -/* extern int node_exists(nodelist_t* list, Agnode_t* n); */ -/* extern int nodename_exists(nodelist_t* list, char* n); */ extern void realignNodelist(nodelist_t * list, nodelistitem_t * n); extern void insertNodelist(nodelist_t *, Agnode_t *, Agnode_t *, int);