Cleanup: remove workaround for MSVC PyTypeObject declarations

This is no longer needed for MSVC-2017.
This commit is contained in:
2021-03-12 15:58:12 +11:00
parent 2a5f22c1af
commit a5c44265a3
3 changed files with 9 additions and 24 deletions

View File

@@ -100,8 +100,8 @@ static PyTypeObject bpy_rna_data_context_Type = {
NULL, /* reprfunc tp_str; */
/* will only use these if this is a subtype of a py class */
NULL /*PyObject_GenericGetAttr is assigned later */, /* getattrofunc tp_getattro; */
NULL, /* setattrofunc tp_setattro; */
NULL, /* getattrofunc tp_getattro; */
NULL, /* setattrofunc tp_setattro; */
/* Functions to access object as input/output buffer */
NULL, /* PyBufferProcs *tp_as_buffer; */