Cleanup: Remove unused next and prev pointers in bNodeType
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user