From fc83d044f85872e55d7da02ff2a4bb6f8725714f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 10 Dec 2018 08:33:31 -0500 Subject: use ActionManager namespace, rather than ActionMap objects, and remove all per-context action maps --- gtk2_ardour/public_editor.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/public_editor.cc') diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc index 7d9f89354f..6ac0ba358b 100644 --- a/gtk2_ardour/public_editor.cc +++ b/gtk2_ardour/public_editor.cc @@ -32,7 +32,6 @@ sigc::signal PublicEditor::DropDownKeys; PublicEditor::PublicEditor (Gtk::Widget& content) : Tabbable (content, _("Editor")) - , ActionMapOwner (X_("editor")) , _suspend_route_redisplay_counter (0) { } -- cgit v1.2.3