From 9593a627465b70c4a999d0289a6283869d3eeaab Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 5 Mar 2018 17:01:57 +1100 Subject: Cleanup: left wrong comment in --- source/blender/editors/space_sequencer/sequencer_edit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/editors/space_sequencer') diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c index 90737b20672..0895d28fba7 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.c +++ b/source/blender/editors/space_sequencer/sequencer_edit.c @@ -671,8 +671,7 @@ static Sequence *cut_seq_hard(Scene *scene, Sequence *seq, int cutframe) Sequence *seqn = NULL; bool skip_dup = false; - /* The frame is exactly on the endpoint, - * this needs special handling for soft cut (not needed for hard cut). */ + /* Unlike soft-cut, it's important to use the same value for both strips. */ const bool is_end_exact = ((seq->start + seq->len) == cutframe); /* backup values */ @@ -793,8 +792,6 @@ static Sequence *cut_seq_soft(Scene *scene, Sequence *seq, int cutframe) Sequence *seqn = NULL; bool skip_dup = false; - /* The frame is exactly on the endpoint, - * this needs special handling for soft cut (not needed for hard cut). */ bool is_end_exact = ((seq->start + seq->len) == cutframe); /* backup values */ -- cgit v1.2.3