From cc5bdf02932438e61b8fb41280d4754549a093b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 17 Mar 2019 10:28:08 +1100 Subject: Cleanup: rename DEPRECATED to UNUSED While the flags have been deprecated they're currently unused. Rename for clarity. --- source/blender/makesdna/DNA_screen_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_screen_types.h') diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h index 6121ff322f9..41999a95cf8 100644 --- a/source/blender/makesdna/DNA_screen_types.h +++ b/source/blender/makesdna/DNA_screen_types.h @@ -450,15 +450,15 @@ typedef struct ARegion { /** #ScrArea.flag */ enum { HEADER_NO_PULLDOWN = (1 << 0), -// AREA_FLAG_DEPRECATED_1 = (1 << 1), -// AREA_FLAG_DEPRECATED_2 = (1 << 2), +// AREA_FLAG_UNUSED_1 = (1 << 1), +// AREA_FLAG_UNUSED_2 = (1 << 2), #ifdef DNA_DEPRECATED_ALLOW AREA_TEMP_INFO = (1 << 3), /* versioned to make slot reusable */ #endif /* update size of regions within the area */ AREA_FLAG_REGION_SIZE_UPDATE = (1 << 3), AREA_FLAG_ACTIVE_TOOL_UPDATE = (1 << 4), -// AREA_FLAG_DEPRECATED_5 = (1 << 5), +// AREA_FLAG_UNUSED_5 = (1 << 5), /* used to check if we should switch back to prevspace (of a different type) */ AREA_FLAG_TEMP_TYPE = (1 << 6), /* for temporary fullscreens (file browser, image editor render) -- cgit v1.2.3