mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
851fab7ec3
commit
23c5793173
4 changed files with 13 additions and 17 deletions
|
|
@ -142,6 +142,7 @@ RouteUI::RouteUI (ARDOUR::Session* sess)
|
|||
}
|
||||
|
||||
if (sess) {
|
||||
assert (_session);
|
||||
init ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue