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