Remove cruft

This commit is contained in:
Robin Gareus
2021-05-11 19:46:10 +02:00
parent 19c9622a30
commit ca1ff5afaf

View File

@@ -1743,7 +1743,6 @@ PluginPinWidget::add_send_from (boost::weak_ptr<ARDOUR::Port> wp, boost::weak_pt
return;
}
boost::shared_ptr<Pannable> sendpan (new Pannable (*_session));
boost::shared_ptr<Send> send (new Send (*_session, r->pannable (), r->mute_master ()));
const ChanCount& outs (r->amp ()->input_streams ());
try {