Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-11 05:30:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-11 05:30:06 +0300
commitcc7691797c25bda6bff79b11e28fb6ae689de50e (patch)
treeae2f265c4809cd554e7648ca2edce16f5f44b870 /source/blender/python
parent9801735b67ea2156777dd3ca7fbb32900bc0e847 (diff)
Cleanup: remove unused BPy_IDProperty struct member
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/generic/idprop_py_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/generic/idprop_py_api.h b/source/blender/python/generic/idprop_py_api.h
index 5617efb9a8c..991ae7be9c9 100644
--- a/source/blender/python/generic/idprop_py_api.h
+++ b/source/blender/python/generic/idprop_py_api.h
@@ -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 {