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>2012-12-17 06:46:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-17 06:46:30 +0400
commit519378fca6fb3982568ab975c904658954e44c7f (patch)
tree0b84fc11ef393bf6c24b939be9cb552d705cf5a4 /source/blender/makesdna/DNA_space_types.h
parentf9ec10688a634f446e5666eead66e865a1595b67 (diff)
patch [#33441] Remove unneeded strcpy()'s from makesdna.c
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 2e4ecba98c3..d632a886130 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -494,9 +494,8 @@ typedef enum eSpaceSeq_Flag {
SEQ_MARKER_TRANS = (1 << 1),
SEQ_DRAW_COLOR_SEPARATED = (1 << 2),
SEQ_DRAW_SAFE_MARGINS = (1 << 3),
-/* SEQ_DRAW_GPENCIL = (1 << 4), */ /* DEPRECATED */
+ SEQ_SHOW_GPENCIL = (1 << 4),
SEQ_NO_DRAW_CFRANUM = (1 << 5),
- SEQ_SHOW_GPENCIL = (1 << 6),
} eSpaceSeq_Flag;
/* sseq->view */