mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
remove clip editor bindings (for now), since we do not show the clip editor
This commit is contained in:
parent
86f0f0ca11
commit
8db55bdda9
2 changed files with 2 additions and 2 deletions
|
|
@ -935,7 +935,7 @@ def build(bld):
|
|||
for b in [ 'ardour' ] :
|
||||
obj = bld(
|
||||
target = b + '.keys',
|
||||
source = [ b + '.keys.in', 'mixer.bindings', 'processor_box.bindings', 'step_editing.bindings', 'monitor.bindings', 'trigger.bindings', 'clip_editor.bindings' ],
|
||||
source = [ b + '.keys.in', 'mixer.bindings', 'processor_box.bindings', 'step_editing.bindings', 'monitor.bindings', 'trigger.bindings' ],
|
||||
rule = a_rule
|
||||
)
|
||||
obj.install_path = bld.env['CONFDIR']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue