]> granicus.if.org Git - graphviz/commitdiff
label: remove unused 'ListNode_t'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 7 May 2022 18:15:11 +0000 (11:15 -0700)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 18 Jun 2022 14:44:13 +0000 (16:44 +0200)
lib/label/index.h

index cab541c03e9c4a1f51b1daf9e6a5082067f39440..eaff6456cae751cb1a33787659a81e7a6106c8da 100644 (file)
@@ -74,11 +74,6 @@ typedef struct LeafList {
     int MinFill;
 };
 
-typedef struct ListNode {
-    struct ListNode *next;
-    struct Node *node;
-} ListNode_t;
-
 RTree_t *RTreeOpen(void);
 int RTreeClose(RTree_t * rtp);
 Node_t *RTreeNewIndex(void);