Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-17 04:44:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-17 04:57:04 +0300
commit203b964ff4da6f4c6cd54937e0dd704ff1cfc7b0 (patch)
treecc3aefd2a8bc4ea4f6e5f7a9df6441c40855bf4f /source/blender/makesdna/DNA_space_types.h
parentae2b677dcb5a70f5f58e1da56b4fcf15b12ef851 (diff)
Cleanup: move flag definition into screen header
This has been moved to screen, move declaration as well.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 5ce8b895ef9..f067670aa5c 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -502,28 +502,6 @@ typedef enum eSpaceNla_Flag {
/** \} */
/* -------------------------------------------------------------------- */
-/** \name Timeline
- * \{ */
-
-/* SpaceTime.redraws (now bScreen.redraws_flag) */
-typedef enum eScreen_Redraws_Flag {
- TIME_REGION = (1 << 0),
- TIME_ALL_3D_WIN = (1 << 1),
- TIME_ALL_ANIM_WIN = (1 << 2),
- TIME_ALL_BUTS_WIN = (1 << 3),
- // TIME_WITH_SEQ_AUDIO = (1 << 4), /* DEPRECATED */
- TIME_SEQ = (1 << 5),
- TIME_ALL_IMAGE_WIN = (1 << 6),
- // TIME_CONTINUE_PHYSICS = (1 << 7), /* UNUSED */
- TIME_NODES = (1 << 8),
- TIME_CLIPS = (1 << 9),
-
- TIME_FOLLOW = (1 << 15),
-} eScreen_Redraws_Flag;
-
-/** \} */
-
-/* -------------------------------------------------------------------- */
/** \name Sequence Editor
* \{ */