summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-30 01:40:47 +0200
committerRobin Gareus <robin@gareus.org>2020-03-30 01:40:47 +0200
commit9a505ec671ea6b9951d1eb14fa767b19835a05ba (patch)
tree758f1cc5a632a01ee572c80aeb9e65ce1c497aea /gtk2_ardour/ardour_ui.h
parentb49764edf57e30179706aa36a0aa0e2a7dff48ca (diff)
Statusbar: finishing touches (tooltips, engine-dialog)
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index d6e0e2d4e4..8a1f41c7a5 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -394,7 +394,6 @@ protected:
void reenable_hide_loop_punch_ruler_if_appropriate ();
void toggle_auto_return ();
void toggle_click ();
- void toggle_audio_midi_setup ();
void toggle_session_auto_loop ();
void toggle_rc_options_window ();
void toggle_session_options_window ();
@@ -860,6 +859,7 @@ private:
void on_theme_changed ();
bool path_button_press (GdkEventButton* ev);
+ bool audio_button_press (GdkEventButton* ev);
bool format_button_press (GdkEventButton* ev);
bool timecode_button_press (GdkEventButton* ev);
bool xrun_button_release (GdkEventButton* ev);