From f96ccb195828daeec03646ee4013531fe88c87fa Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Nov 2011 18:04:34 +0000 Subject: ardour-button-ize zoom buttons; move MIDI panic button to transport bar git-svn-id: svn://localhost/ardour2/branches/3.0@10528 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_actions.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk2_ardour/editor_actions.cc') diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index 321cb81b88..6cf215f76d 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -608,18 +608,12 @@ Editor::register_actions () Glib::RefPtr tact = Glib::RefPtr::cast_dynamic(act); tact->set_active (true); - /* MIDI */ - - Glib::RefPtr midi_actions = ActionGroup::create (X_("MIDI")); - ActionManager::register_action (midi_actions, X_("panic"), _("Panic"), sigc::mem_fun(*this, &Editor::midi_panic)); - ActionManager::add_action_group (rl_actions); ActionManager::add_action_group (ruler_actions); ActionManager::add_action_group (zoom_actions); ActionManager::add_action_group (mouse_mode_actions); ActionManager::add_action_group (snap_actions); ActionManager::add_action_group (editor_actions); - ActionManager::add_action_group (midi_actions); } void -- cgit v1.2.3