From 8db55bdda952698a8ca652cc143de901b6aed9d9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Sep 2022 08:51:32 -0600 Subject: [PATCH] remove clip editor bindings (for now), since we do not show the clip editor --- gtk2_ardour/wscript | 2 +- tools/fmt-bindings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 8c721becf1..a57cf19f4b 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -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'] diff --git a/tools/fmt-bindings b/tools/fmt-bindings index cdfd3e5869..f7b569a7f0 100755 --- a/tools/fmt-bindings +++ b/tools/fmt-bindings @@ -337,7 +337,7 @@ if ($make_accelmap) { # merge in the "fixed" bindings that are not defined by the argument given to this program # this covers things like the step editor, monitor and processor box bindings - foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", 'clip_editor.bindings') { + foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings") { $path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings); open HARDCODED, "<", $path or die $!; while () {