Cleanup: remove unused BPy_IDProperty struct member

This commit is contained in:
2021-05-11 12:30:06 +10:00
parent 9801735b67
commit cc7691797c

View File

@@ -40,7 +40,6 @@ typedef struct BPy_IDProperty {
struct ID *id; /* can be NULL */
struct IDProperty *prop; /* must be second member */
struct IDProperty *parent;
PyObject *data_wrap;
} BPy_IDProperty;
typedef struct BPy_IDArray {