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/sequencer/intern/sequencer.c')
-rw-r--r--source/blender/sequencer/intern/sequencer.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/sequencer/intern/sequencer.c b/source/blender/sequencer/intern/sequencer.c
index a62b76cd832..bf5942090c9 100644
--- a/source/blender/sequencer/intern/sequencer.c
+++ b/source/blender/sequencer/intern/sequencer.c
@@ -240,11 +240,8 @@ void seq_free_sequence_recurse(Scene *scene,
seq_sequence_free_ex(scene, seq, false, do_id_user, do_clean_animdata);
}
-Editing *SEQ_editing_get(Scene *scene, bool alloc)
+Editing *SEQ_editing_get(const Scene *scene)
{
- if (alloc) {
- SEQ_editing_ensure(scene);
- }
return scene->ed;
}