Cleanup: remove unused BLANK_PYTHON_TYPE define

This commit is contained in:
Campbell Barton 2021-04-14 12:19:06 +10:00
parent 937b843944
commit 6776b74d0a
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ struct ReportList;
char *BPy_enum_as_string(const struct EnumPropertyItem *item);
#define BLANK_PYTHON_TYPE \
{ \
PyVarObject_HEAD_INIT(NULL, 0) NULL \
}
/* error reporting */
short BPy_reports_to_error(struct ReportList *reports, PyObject *exception, const bool clear);
void BPy_reports_write_stdout(const struct ReportList *reports, const char *header);