Remove unused widget.

This commit is contained in:
Ben Loftis 2018-02-18 12:39:35 -06:00
parent 95129a48c4
commit 9ac15801d3
2 changed files with 0 additions and 2 deletions

View 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 ();

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