mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
trigger_ui: remove redundant action bindings; rename trigger_scene to trigger_cue
This commit is contained in:
parent
2fdf54874a
commit
63912069f4
4 changed files with 9 additions and 48 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue