mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
[Summary] Little cleanup
This commit is contained in:
parent
0212b7581c
commit
db0c85efbc
1 changed files with 8 additions and 10 deletions
|
|
@ -1610,16 +1610,14 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
||||||
Gtk::Table toolbar_selection_clock_table;
|
Gtk::Table toolbar_selection_clock_table;
|
||||||
Gtk::Label toolbar_selection_cursor_label;
|
Gtk::Label toolbar_selection_cursor_label;
|
||||||
|
|
||||||
WavesButton& marker_button;
|
MarkerIODialog* marker_io_dialog;
|
||||||
MarkerIODialog* marker_io_dialog;
|
WavesButton& add_marker_button;
|
||||||
void marker_button_clicked (WavesButton*);
|
WavesButton& global_solo_button;
|
||||||
WavesButton& add_marker_button;
|
void solo_blink (bool);
|
||||||
WavesButton& global_solo_button;
|
void global_solo_clicked (WavesButton*);
|
||||||
void solo_blink (bool);
|
WavesButton& global_rec_button;
|
||||||
void global_solo_clicked (WavesButton*);
|
void global_rec_clicked (WavesButton*);
|
||||||
WavesButton& global_rec_button;
|
void record_status_update (bool);
|
||||||
void global_rec_clicked (WavesButton*);
|
|
||||||
void record_status_update (bool);
|
|
||||||
|
|
||||||
Gtkmm2ext::TearOff* _mouse_mode_tearoff;
|
Gtkmm2ext::TearOff* _mouse_mode_tearoff;
|
||||||
WavesButton& _tool_marker_button;
|
WavesButton& _tool_marker_button;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue