From cc7691797c25bda6bff79b11e28fb6ae689de50e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 11 May 2021 12:30:06 +1000 Subject: Cleanup: remove unused BPy_IDProperty struct member --- source/blender/python/generic/idprop_py_api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source') 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 { -- cgit v1.2.3