use running_from_source_tree()
[ardour.git] / gtk2_ardour / editor_mixer.cc
index d83b2119832a42c31a25bacffaa715a9f6c289fb..0109aa38c1107bd04f1b550e0785b17da6b35ee5 100644 (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));