Revert "ensure that the master send is directly before the main outs."

MasterSends are not (currently) part of Ardour.

This reverts commit dcdcaf4b47.
This commit is contained in:
Paul Davis 2024-05-10 15:16:13 -06:00
parent 384739aa80
commit 2f32a22a4d
1 changed files with 0 additions and 6 deletions

View File

@ -5306,12 +5306,6 @@ Route::setup_invisible_processors ()
new_processors.insert (meter_point, _meter);
}
if (Profile->get_livetrax() && _master_send) {
assert (!_master_send->display_to_user());
new_processors.insert (main, _master_send);
}
/* Foldback Sends */
for (ProcessorList::iterator i = foldback_sends.begin(); i != foldback_sends.end(); ++i) {