mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Remove optional global monitor toolbar item
The widget will find a permanent location in the Recorder page.
This partially reverts cf5a0de709
This commit is contained in:
parent
6f28d71729
commit
ab07bfbffe
5 changed files with 1 additions and 67 deletions
|
|
@ -502,14 +502,9 @@ private:
|
|||
ArdourWidgets::ArdourButton layered_button;
|
||||
|
||||
ArdourWidgets::ArdourVSpacer recpunch_spacer;
|
||||
ArdourWidgets::ArdourVSpacer monitoring_spacer;
|
||||
ArdourWidgets::ArdourVSpacer latency_spacer;
|
||||
ArdourWidgets::ArdourVSpacer monitor_spacer;
|
||||
|
||||
ArdourWidgets::ArdourButton monitor_in_button;
|
||||
ArdourWidgets::ArdourButton monitor_disk_button;
|
||||
ArdourWidgets::ArdourButton auto_input_button;
|
||||
|
||||
ArdourWidgets::ArdourButton monitor_dim_button;
|
||||
ArdourWidgets::ArdourButton monitor_mono_button;
|
||||
ArdourWidgets::ArdourButton monitor_mute_button;
|
||||
|
|
@ -518,7 +513,6 @@ private:
|
|||
Gtk::Label layered_label;
|
||||
|
||||
Gtk::Label punch_space;
|
||||
Gtk::Label mon_space;
|
||||
|
||||
void toggle_external_sync ();
|
||||
void toggle_time_master ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue