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:
authorPeter Schlaile <peter@schlaile.de>2007-11-18 20:44:48 +0300
committerPeter Schlaile <peter@schlaile.de>2007-11-18 20:44:48 +0300
commit00ca12c34dd1165d2830bb406396d8792746b1df (patch)
tree4b3bd3d6d117809f0d5e84a761cdfc0314039440 /source/blender/makesdna/DNA_sequence_types.h
parentdc6ac56d318ad9f2952a1d91dba13f1bd723768a (diff)
== Sequencer ==
Well, added unnecessary pad variables after a fight with makesdna...
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index bc574228cca..0f9b55723bc 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -107,8 +107,6 @@ typedef struct Sequence {
int sfra; /* starting frame according to the timeline of the scene. */
Strip *strip;
- int pad2;
- int pad3;
struct Ipo *ipo;
struct Scene *scene;