Comment out and tag unused bit as unused

This commit is contained in:
Sergey Sharybin 2017-12-13 16:05:20 +01:00
parent 92067f7cda
commit 405becec70
1 changed files with 1 additions and 1 deletions

View File

@ -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. */