Remove unused button.

git-svn-id: svn://localhost/ardour2/branches/3.0@10096 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-09-19 21:14:50 +00:00
parent da4270a93d
commit 6ab6ad5bb7
2 changed files with 0 additions and 2 deletions

View file

@ -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"))

View file

@ -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;