Remove unused button.
git-svn-id: svn://localhost/ardour2/branches/3.0@10096 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -267,7 +267,6 @@ Editor::Editor ()
|
||||
, toolbar_selection_clock_table (2,3)
|
||||
|
||||
, automation_mode_button (_("mode"))
|
||||
, global_automation_button (_("automation"))
|
||||
|
||||
, _toolbar_viewport (*manage (new Gtk::Adjustment (0, 0, 1e10)), *manage (new Gtk::Adjustment (0, 0, 1e10)))
|
||||
, midi_panic_button (_("Panic"))
|
||||
|
||||
@@ -1551,7 +1551,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
||||
|
||||
Gtk::VBox automation_box;
|
||||
Gtk::Button automation_mode_button;
|
||||
Gtk::ToggleButton global_automation_button;
|
||||
|
||||
Gtk::ComboBoxText edit_mode_selector;
|
||||
Gtk::VBox edit_mode_box;
|
||||
|
||||
Reference in New Issue
Block a user