no more trigger UI actions and bindings

This commit is contained in:
Paul Davis 2022-11-16 14:14:53 -07:00
parent ffd089720d
commit 847f421542
3 changed files with 0 additions and 48 deletions

View file

@ -94,13 +94,6 @@ public:
private:
void trigger_changed (PBD::PropertyChange const& ); //calls on_trigger_changed to subclasses
/* Actions for Triggers: accessed via ardour_ui and shortcuts and lua */
static Glib::RefPtr<Gtk::ActionGroup> trigger_actions;
static void trigger_cue_row (int32_t);
static Gtkmm2ext::Bindings* bindings;
static void load_bindings ();
static void register_actions ();
protected:
/* all of this for name editing ... */
bool namebox_button_press (GdkEventButton*);