MIDI transform dialog.
[ardour.git] / gtk2_ardour / editor_mixer.cc
index b9a711c2ec5c380feb3a5d1fd53ae46ad72d8901..a2a818968341e3c5e783a6845ef95e649bf13193 100644 (file)
@@ -184,15 +184,6 @@ Editor::create_editor_mixer ()
 #endif
        current_mixer_strip->set_embedded (true);
        
-       current_mixer_strip->signal_enter_notify_event().connect (sigc::mem_fun(*this, &Editor::mixer_strip_enter_event ));
-
-}
-
-bool
-Editor::mixer_strip_enter_event (GdkEventCrossing *ev)
-{
-       current_mixer_strip->set_selected(true);
-       return false;
 }
 
 void
@@ -292,7 +283,7 @@ Editor::track_mixer_selection ()
 void
 Editor::follow_mixer_selection ()
 {
-       if (!ARDOUR::Config->get_link_editor_and_mixer_selection() || _following_mixer_selection) {
+       if (!ARDOUR_UI::config()->get_link_editor_and_mixer_selection() || _following_mixer_selection) {
                return;
        }