diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc index be812e4cb1..f24393e3e4 100644 --- a/gtk2_ardour/editor_routes.cc +++ b/gtk2_ardour/editor_routes.cc @@ -1584,12 +1584,6 @@ EditorRoutes::move_selected_tracks_relatively (const PBD::ID& source_track_id, c boost::shared_ptr route = (*ri)[_columns.route]; TimeAxisView* tv = (*ri)[_columns.tv]; - // source track: add to the move list - if (source_rtv->route()->id() == route->id() ) { - routes_to_move.push_back(route ); - continue; - } - // selected tracks: add to the move list but if it's not a target if (selection.selected(tv) && route->id() != target_track_id) {