From a13a8da8ac977b247b7c8d8b4f2cfcddfc8996e7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 1 Aug 2015 23:40:55 -0400 Subject: switch all action registration/binding code over to new API. This removes the ability to change bindings via menus. Still to come: saving modified bindings, and reworking the key editor --- gtk2_ardour/keyboard.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/keyboard.cc') diff --git a/gtk2_ardour/keyboard.cc b/gtk2_ardour/keyboard.cc index 79f83a4341..76f743d64e 100644 --- a/gtk2_ardour/keyboard.cc +++ b/gtk2_ardour/keyboard.cc @@ -179,11 +179,11 @@ ArdourKeyboard::setup_keybindings () } load_keybindings (keybindings_path); + + /* catch changes made via some GTK mechanism */ - /* catch changes */ - - GtkAccelMap* accelmap = gtk_accel_map_get(); - g_signal_connect (accelmap, "changed", (GCallback) accel_map_changed, this); + // GtkAccelMap* accelmap = gtk_accel_map_get(); + // g_signal_connect (accelmap, "changed", (GCallback) accel_map_changed, this); } XMLNode& -- cgit v1.2.3