diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index be52230ff8..8557562a53 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -310,10 +310,6 @@ Editor::split_regions_at (MusicSample where, RegionSelection& regions, bool snap } } } - } else { - if( working_on_selection ) { - selection->add (latest_regionviews); //these are the new regions created after the split - } } commit_reversible_command ();