From: Matthew Fernandez Date: Sat, 7 May 2022 18:15:11 +0000 (-0700) Subject: label: remove unused 'ListNode_t' X-Git-Tag: 5.0.0~25^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e5e5172421d39ad65154cf587bb0320792db355;p=graphviz label: remove unused 'ListNode_t' --- diff --git a/lib/label/index.h b/lib/label/index.h index cab541c03..eaff6456c 100644 --- a/lib/label/index.h +++ b/lib/label/index.h @@ -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);