]> granicus.if.org Git - graphviz/commitdiff
circogen: remove commented out prototypes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 12 Jul 2022 03:33:23 +0000 (20:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 17 Jul 2022 04:50:09 +0000 (21:50 -0700)
These functions were removed in e20473ad1f730c3a0550825cc3a79c13bd02346f.

lib/circogen/nodelist.h

index 4a8430750805af54fc012475abc4f36acccd72d6..882ca811cf8915ebdb7e143c75a891a9e52f37b5 100644 (file)
@@ -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);