[Bf-blender-cvs] [cc7691797c2] blender-v2.93-release: Cleanup: remove unused BPy_IDProperty struct member

Campbell Barton noreply at git.blender.org
Tue May 11 04:30:46 CEST 2021


Commit: cc7691797c25bda6bff79b11e28fb6ae689de50e
Author: Campbell Barton
Date:   Tue May 11 12:30:06 2021 +1000
Branches: blender-v2.93-release
https://developer.blender.org/rBcc7691797c25bda6bff79b11e28fb6ae689de50e

Cleanup: remove unused BPy_IDProperty struct member

===================================================================

M	source/blender/python/generic/idprop_py_api.h

===================================================================

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 {



More information about the Bf-blender-cvs mailing list