fix redundant bounced-clips from a Consolidate operation

This commit is contained in:
Ben Loftis 2022-06-06 09:54:54 -05:00
parent d842326999
commit bd62f76875
1 changed files with 0 additions and 4 deletions

View File

@ -4332,10 +4332,6 @@ Editor::bounce_range_selection (BounceTarget target, bool with_processing)
rtv->track ()->presentation_info ().set_trigger_track (true);
}
if (copy_to_clip_library) {
export_to_clip_library (r);
}
vector<Command*> cmds;
playlist->rdiff (cmds);
_session->add_commands (cmds);