Cleanup: Remove unused next and prev pointers in bNodeType

This commit is contained in:
Hans Goudey 2021-12-05 17:15:21 -05:00
parent 9a312ba192
commit 0a8a22fc04
1 changed files with 0 additions and 2 deletions

View File

@ -229,8 +229,6 @@ typedef int (*NodeGPUExecFunction)(struct GPUMaterial *mat,
* implementing the node behavior.
*/
typedef struct bNodeType {
void *next, *prev;
char idname[64]; /* identifier name */
int type;