there are no pianoroll bindings

This commit is contained in:
Paul Davis 2025-03-11 13:42:42 -06:00
parent 6333b3bd3a
commit b659a1e7ae

View file

@ -426,9 +426,6 @@ Pianoroll::build_upper_toolbar ()
_toolbar_outer->pack_start (*_toolbar_left, true, false);
_toolbox.pack_start (*_toolbar_outer, false, false);
Bindings* pr_bindings = Bindings::get_bindings (X_("Pianoroll"));
set_widget_bindings (_toolbox, *pr_bindings, ARDOUR_BINDING_KEY);
_contents.add (_toolbox);
_contents.signal_enter_notify_event().connect (sigc::mem_fun (*this, &Pianoroll::enter), false);
_contents.signal_unmap().connect ([this]() {_canvas_viewport->unmap ();}, false);