mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove TriggerBoxWindow API (not used)
This commit is contained in:
parent
9fd0b20b2a
commit
1e09a12642
2 changed files with 12 additions and 28 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue