no-op: one line not 3

This commit is contained in:
Paul Davis 2016-06-05 15:58:33 -04:00
parent c7d6262e9f
commit 6a59100c3c

View File

@ -179,9 +179,7 @@ Editor::ensure_all_elements_drawn ()
void
Editor::create_editor_mixer ()
{
current_mixer_strip = new MixerStrip (*ARDOUR_UI::instance()->the_mixer(),
_session,
false);
current_mixer_strip = new MixerStrip (*ARDOUR_UI::instance()->the_mixer(), _session, false);
current_mixer_strip->Hiding.connect (sigc::mem_fun(*this, &Editor::current_mixer_strip_hidden));
current_mixer_strip->WidthChanged.connect (sigc::mem_fun (*this, &Editor::mixer_strip_width_changed));