Remove duplicate calls to set_session

Windows managed as Proxy do not need direct calls to set_session().
This is already handled by WM::Manager::instance().set_session()

Also WM set_session() called it twice.
This commit is contained in:
Robin Gareus 2021-09-20 04:21:21 +02:00
parent 851fab7ec3
commit 23c5793173
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 13 additions and 17 deletions

View file

@ -142,6 +142,7 @@ RouteUI::RouteUI (ARDOUR::Session* sess)
}
if (sess) {
assert (_session);
init ();
}
}