From a00cb1c31e6ae718649d65270940eb29782d621f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 11 Jul 2022 20:33:23 -0700 Subject: [PATCH] circogen: remove commented out prototypes These functions were removed in e20473ad1f730c3a0550825cc3a79c13bd02346f. --- lib/circogen/nodelist.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.40.0