mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
change the way the key editor gets populated; drop binding sets with no actions
This commit is contained in:
parent
694c7254e1
commit
a06a5ecfd6
5 changed files with 15 additions and 39 deletions
|
|
@ -97,7 +97,6 @@ MonitorSection::MonitorSection (Session* s)
|
|||
load_bindings ();
|
||||
if (bindings) {
|
||||
set_data ("ardour-bindings", bindings);
|
||||
ARDOUR_UI::instance()->add_keyboard_binding_tab (_("Monitor Section"), *bindings);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -492,8 +491,6 @@ MonitorSection::MonitorSection (Session* s)
|
|||
|
||||
MonitorSection::~MonitorSection ()
|
||||
{
|
||||
ARDOUR_UI::instance()->remove_keyboard_binding_tab (_("Monitor Section"));
|
||||
|
||||
for (ChannelButtons::iterator i = _channel_buttons.begin(); i != _channel_buttons.end(); ++i) {
|
||||
delete *i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue