summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-10 08:33:31 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-10 08:34:01 -0500
commitfc83d044f85872e55d7da02ff2a4bb6f8725714f (patch)
tree74f7caabeafc20b265723d4ff75f343f2233a863 /gtk2_ardour/public_editor.cc
parent00df619d2184ad6d46eda1b0964b7ac4ed2bffcd (diff)
use ActionManager namespace, rather than ActionMap objects, and remove all per-context action maps
Diffstat (limited to 'gtk2_ardour/public_editor.cc')
-rw-r--r--gtk2_ardour/public_editor.cc1
1 files changed, 0 insertions, 1 deletions
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<void> PublicEditor::DropDownKeys;
PublicEditor::PublicEditor (Gtk::Widget& content)
: Tabbable (content, _("Editor"))
- , ActionMapOwner (X_("editor"))
, _suspend_route_redisplay_counter (0)
{
}