remove TriggerBoxWindow API (not used)

This commit is contained in:
Paul Davis 2021-12-16 15:09:20 -07:00
parent 9fd0b20b2a
commit 1e09a12642
2 changed files with 12 additions and 28 deletions

View file

@ -153,15 +153,4 @@ class TriggerBoxWidget : public FittedCanvasWidget
TriggerBoxUI* ui;
};
/* XXX probably for testing only */
class TriggerBoxWindow : public Gtk::Window
{
public:
TriggerBoxWindow (ARDOUR::TriggerBox&);
bool on_key_press_event (GdkEventKey*);
bool on_key_release_event (GdkEventKey*);
};
#endif /* __ardour_gtk_triggerbox_ui_h__ */