summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 85cb372072..a763d90021 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -366,10 +366,6 @@ EditorRoutes::enter_notify (GdkEventCrossing*)
return true;
}
- /* arm counter so that ::selection_filter() will deny selecting anything for the
- * next two attempts to change selection status.
- */
- _scroller.grab_focus ();
Keyboard::magic_widget_grab_focus ();
return false;
}