mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix manual merge error
This commit is contained in:
parent
0e1190c555
commit
3819d4f9ed
1 changed files with 0 additions and 6 deletions
|
|
@ -121,7 +121,6 @@ ARDOUR_UI::connect_dependents_to_session (ARDOUR::Session *s)
|
|||
mixer->set_session (s);
|
||||
meterbridge->set_session (s);
|
||||
luawindow->set_session (s);
|
||||
masters->set_session (s);
|
||||
|
||||
/* its safe to do this now */
|
||||
|
||||
|
|
@ -265,11 +264,6 @@ ARDOUR_UI::setup_windows ()
|
|||
return -1;
|
||||
}
|
||||
|
||||
if (create_masters()) {
|
||||
error << _("UI: cannot setup meterbridge") << endmsg;
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* order of addition affects order seen in initial window display */
|
||||
|
||||
rc_option_editor->add_to_notebook (_tabs, _("Preferences"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue