From bd62f768754a856993fb4b9b2dff7f9abcf9bcfe Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 6 Jun 2022 09:54:54 -0500 Subject: [PATCH] fix redundant bounced-clips from a Consolidate operation --- gtk2_ardour/editor_ops.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 86509402ff..49da18f469 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -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 cmds; playlist->rdiff (cmds); _session->add_commands (cmds);