trigger_ui: remove redundant action bindings; rename trigger_scene to trigger_cue

This commit is contained in:
Ben Loftis 2022-01-31 18:32:36 -06:00
parent 2fdf54874a
commit 63912069f4
4 changed files with 9 additions and 48 deletions

View file

@ -93,7 +93,7 @@ private:
/* Actions for Triggers: accessed via ardour_ui and shortcuts and lua */
static Glib::RefPtr<Gtk::ActionGroup> trigger_actions;
static void trigger_scene (int32_t);
static void trigger_cue (int32_t);
static Gtkmm2ext::Bindings* bindings;
static void load_bindings ();
static void register_actions ();