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/editor.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk2_ardour/editor.cc') diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 41d79d35e1..ee239bef08 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -751,9 +751,6 @@ Editor::Editor () /* register actions now so that set_state() can find them and set toggles/checks etc */ register_actions (); - /* when we start using our own keybinding system for the editor, this - * will be uncommented - */ load_bindings (); setup_toolbar (); -- cgit v1.2.3