Remove unused widget.
authorBen Loftis <ben@harrisonconsoles.com>
Sun, 18 Feb 2018 18:39:35 +0000 (12:39 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Mon, 19 Feb 2018 13:38:48 +0000 (07:38 -0600)
gtk2_ardour/vca_master_strip.cc
gtk2_ardour/vca_master_strip.h

index eacc1a0ecd3844c63f7497e9a1d698cfbe9bada6..297ee32fd4f540e410dae2eb201e5bca59a4c792 100644 (file)
@@ -132,7 +132,6 @@ VCAMasterStrip::VCAMasterStrip (Session* s, boost::shared_ptr<VCA> v)
 
        global_vpacker.show ();
        global_frame.show ();
-       top_padding.show ();
        vertical_button.show ();
        hide_button.show ();
        number_label.show ();
index d00232a7983c429057b671b82ed8903ab6f0a825..0505788aafd6a918c5258c09dd52e99bc0fdfe28 100644 (file)
@@ -65,7 +65,6 @@ private:
 
        Gtk::Frame                  global_frame;
        Gtk::VBox                   global_vpacker;
-       Gtk::HBox                   top_padding;
        Gtk::HBox                   bottom_padding;
        Gtk::HBox                   solo_mute_box;
        ArdourWidgets::ArdourButton width_button;