Cleanup: Remove unused struct

Unused after 217d0a1524
This commit is contained in:
Hans Goudey 2022-09-02 14:18:16 -05:00
parent a1e01f4c02
commit 0fb699b212
1 changed files with 0 additions and 5 deletions

View File

@ -52,11 +52,6 @@
#include "node_intern.hh" /* own include */
struct bNodeListItem {
struct bNodeListItem *next, *prev;
struct bNode *node;
};
struct NodeInsertOfsData {
bNodeTree *ntree;
bNode *insert; /* inserted node */