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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-07-30 16:39:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-07-31 12:45:40 +0300
commitde68880e792085aaef1372b023c70c363ed025d0 (patch)
treefc219db97dec5d030d586ac003bc97ade35c7c14 /source/blender/makesdna/DNA_sequence_types.h
parent1e7afea2bb236ad9281e0d4a3f0342a04cab65c9 (diff)
Cleanup: Remove unused original pointer in Sequence
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 798bc20a71e..0ede03e80e2 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -243,11 +243,6 @@ typedef struct Sequence {
int _pad2[3];
SequenceRuntime runtime;
-
- /* NOTE: Technically this is a runtime data as well, but it is aimed to be removed once the
- * UUID is in place. */
- struct Sequence *orig_sequence;
- void *_pad3;
} Sequence;
typedef struct MetaStack {