NOOP, remove trailing tabs/whitespace.
[ardour.git] / gtk2_ardour / editor_mixer.cc
index b9a711c2ec5c380feb3a5d1fd53ae46ad72d8901..9769d616fe7e6692563c99f46975e735347b202f 100644 (file)
@@ -42,6 +42,7 @@
 #include "mixer_strip.h"
 #include "mixer_ui.h"
 #include "selection.h"
+#include "ui_config.h"
 
 #include "i18n.h"
 
@@ -79,7 +80,7 @@ Editor::show_editor_mixer (bool yn)
        if (yn) {
                Glib::RefPtr<Gdk::Window> win = get_window ();
                Glib::RefPtr<Gdk::Screen> screen;
-               
+
                if (win) {
                         screen = win->get_screen();
                } else {
@@ -183,16 +184,7 @@ Editor::create_editor_mixer ()
        current_mixer_strip->WidthChanged.connect (sigc::mem_fun(*this, &Editor::ensure_all_elements_drawn));
 #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 +284,7 @@ Editor::track_mixer_selection ()
 void
 Editor::follow_mixer_selection ()
 {
-       if (!ARDOUR::Config->get_link_editor_and_mixer_selection() || _following_mixer_selection) {
+       if (_following_mixer_selection) {
                return;
        }