mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove unused button.
git-svn-id: svn://localhost/ardour2/branches/3.0@10096 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
da4270a93d
commit
6ab6ad5bb7
2 changed files with 0 additions and 2 deletions
|
|
@ -267,7 +267,6 @@ Editor::Editor ()
|
||||||
, toolbar_selection_clock_table (2,3)
|
, toolbar_selection_clock_table (2,3)
|
||||||
|
|
||||||
, automation_mode_button (_("mode"))
|
, automation_mode_button (_("mode"))
|
||||||
, global_automation_button (_("automation"))
|
|
||||||
|
|
||||||
, _toolbar_viewport (*manage (new Gtk::Adjustment (0, 0, 1e10)), *manage (new Gtk::Adjustment (0, 0, 1e10)))
|
, _toolbar_viewport (*manage (new Gtk::Adjustment (0, 0, 1e10)), *manage (new Gtk::Adjustment (0, 0, 1e10)))
|
||||||
, midi_panic_button (_("Panic"))
|
, midi_panic_button (_("Panic"))
|
||||||
|
|
|
||||||
|
|
@ -1551,7 +1551,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
||||||
|
|
||||||
Gtk::VBox automation_box;
|
Gtk::VBox automation_box;
|
||||||
Gtk::Button automation_mode_button;
|
Gtk::Button automation_mode_button;
|
||||||
Gtk::ToggleButton global_automation_button;
|
|
||||||
|
|
||||||
Gtk::ComboBoxText edit_mode_selector;
|
Gtk::ComboBoxText edit_mode_selector;
|
||||||
Gtk::VBox edit_mode_box;
|
Gtk::VBox edit_mode_box;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue