From 949163f80610af76edc2c1878dfb00bae2de316a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 10 Aug 2015 14:31:59 -0400 Subject: more changes to Bindings, Keyboard APIs --- gtk2_ardour/ardour_ui.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/ardour_ui.h') diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index 9ccbf30c98..d4b3f5798d 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -333,8 +333,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr bool tabbed_window_state_event_handler (GdkEventWindowState*, void* object); bool key_event_handler (GdkEventKey*, Gtk::Window* window); - Gtkmm2ext::Bindings* global_bindings; - protected: friend class PublicEditor; @@ -832,7 +830,8 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr bool idle_ask_about_quit (); void load_bindings (); - + + Gtkmm2ext::ActionMap global_actions; }; #endif /* __ardour_gui_h__ */ -- cgit v1.2.3