Remove unused button.
authorCarl Hetherington <carl@carlh.net>
Mon, 19 Sep 2011 21:14:50 +0000 (21:14 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 19 Sep 2011 21:14:50 +0000 (21:14 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10096 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc
gtk2_ardour/editor.h

index cf1619156f1252fdfce5db507461b19a6b480d51..5be3f245c7520be92f736fbc67b2f1f3ef2d8776 100644 (file)
@@ -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"))
index fca0bae86ee4aa01e2a6abd7355481ed7bc2a0ea..b3dac8c49adfbbce61bf7051be9904cca777d11d 100644 (file)
@@ -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;