use ActionManager namespace, rather than ActionMap objects, and remove all per-contex...
[ardour.git] / gtk2_ardour / public_editor.cc
index 7d9f89354fdd257b49543fecde8990288e6ca405..6ac0ba358b9bc116ff020e9d90f210ca858c7f26 100644 (file)
@@ -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)
 {
 }