From 405becec70c226607641d35fa7611bb8fec4e007 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 13 Dec 2017 16:05:20 +0100 Subject: [PATCH] Comment out and tag unused bit as unused --- source/blender/makesdna/DNA_ID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h index 4e1161148ea..58beee01aa4 100644 --- a/source/blender/makesdna/DNA_ID.h +++ b/source/blender/makesdna/DNA_ID.h @@ -440,7 +440,7 @@ enum { /* RESET_AFTER_USE, used by update code (depsgraph). */ LIB_TAG_ID_RECALC = 1 << 12, LIB_TAG_ID_RECALC_DATA = 1 << 13, - LIB_TAG_ANIM_NO_RECALC = 1 << 14, + /* LIB_TAG_AVAILABLE = 1 << 14, */ /* Was used by deprecated flag. */ LIB_TAG_ID_RECALC_ALL = (LIB_TAG_ID_RECALC | LIB_TAG_ID_RECALC_DATA), /* The datablock is a copy-on-write version. */