From 4c4046885658f86293a524cac00cfcf5cf18b92f Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Mon, 30 Mar 2020 18:54:41 +0200 Subject: GPencil: Remove GP_DATA_PYTHON_UPDATED used by old engine --- source/blender/makesdna/DNA_gpencil_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna/DNA_gpencil_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index de66be3c1be..a3b1f315f04 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -661,8 +661,6 @@ typedef enum eGPdata_Flag { /* Autolock not active layers */ GP_DATA_AUTOLOCK_LAYERS = (1 << 20), - /* Internal flag for python update */ - GP_DATA_PYTHON_UPDATED = (1 << 21), } eGPdata_Flag; /* gpd->onion_flag */ -- cgit v1.2.3