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-04-14 05:19:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-14 05:19:06 +0300
commit6776b74d0a6720d233efa459fa238aa57eb84a76 (patch)
tree0206f2858eca3c1557b0c328452d538690075dec /source/blender/python/intern
parent937b843944461b7a3d5cf8e0c32008015ed5a216 (diff)
Cleanup: remove unused BLANK_PYTHON_TYPE define
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_capi_utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/python/intern/bpy_capi_utils.h b/source/blender/python/intern/bpy_capi_utils.h
index 0854713982d..d7ee1eedabb 100644
--- a/source/blender/python/intern/bpy_capi_utils.h
+++ b/source/blender/python/intern/bpy_capi_utils.h
@@ -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);