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:
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 359ef8449e9..93cbb643334 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -227,14 +227,6 @@ typedef struct SolidColorVars {
float pad;
} SolidColorVars;
-typedef struct TitleCardVars {
- char titlestr[64];
- char subtitle[128];
-
- float fgcol[3];
- float bgcol[3];
-} TitleCardVars;
-
typedef struct SpeedControlVars {
float * frameMap;
float globalSpeed;
@@ -328,8 +320,7 @@ typedef struct SpeedControlVars {
#define SEQ_SPEED 29
#define SEQ_MULTICAM 30
#define SEQ_ADJUSTMENT 31
-#define SEQ_TITLECARD 40
-#define SEQ_EFFECT_MAX 40
+#define SEQ_EFFECT_MAX 31
#define STRIPELEM_FAILED 0
#define STRIPELEM_OK 1