Cleanup: remove unused BPy_IDProperty struct member

This commit is contained in:
Campbell Barton 2021-05-11 12:30:06 +10:00
parent 9801735b67
commit cc7691797c
1 changed files with 0 additions and 1 deletions

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 {