mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Remove unused widget.
This commit is contained in:
parent
95129a48c4
commit
9ac15801d3
2 changed files with 0 additions and 2 deletions
|
|
@ -132,7 +132,6 @@ VCAMasterStrip::VCAMasterStrip (Session* s, boost::shared_ptr<VCA> v)
|
||||||
|
|
||||||
global_vpacker.show ();
|
global_vpacker.show ();
|
||||||
global_frame.show ();
|
global_frame.show ();
|
||||||
top_padding.show ();
|
|
||||||
vertical_button.show ();
|
vertical_button.show ();
|
||||||
hide_button.show ();
|
hide_button.show ();
|
||||||
number_label.show ();
|
number_label.show ();
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ private:
|
||||||
|
|
||||||
Gtk::Frame global_frame;
|
Gtk::Frame global_frame;
|
||||||
Gtk::VBox global_vpacker;
|
Gtk::VBox global_vpacker;
|
||||||
Gtk::HBox top_padding;
|
|
||||||
Gtk::HBox bottom_padding;
|
Gtk::HBox bottom_padding;
|
||||||
Gtk::HBox solo_mute_box;
|
Gtk::HBox solo_mute_box;
|
||||||
ArdourWidgets::ArdourButton width_button;
|
ArdourWidgets::ArdourButton width_button;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue