From 4cd6d52013dc60d65c2872d9d6e87e83e85cff95 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 May 2016 08:34:09 -0400 Subject: make Escape (cancel drag or selection) work in mixer as well as editor --- gtk2_ardour/editor_actions.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/editor_actions.cc') diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index ed928067dc..3924ad25f8 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -153,8 +153,6 @@ Editor::register_actions () /* add named actions for the editor */ - myactions.register_action (editor_actions, "escape", _("Break drag or deselect all"), sigc::mem_fun (*this, &Editor::escape)); - /* We don't bother registering "unlock" because it would be insensitive when required. Editor::unlock() must be invoked directly. */ -- cgit v1.2.3