summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-18 15:06:01 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit1d81392e379c96b4014b9cf2cb4d3349a0f4b9bf (patch)
tree2db1c1d896638e1913d822f0a0f6d14abfd8ce30 /gtk2_ardour/vca_master_strip.h
parenteffb08c121ece6435cf05fce09bb0ff73e23d7fe (diff)
use ArdourButton for the vertical space/button/label in VCAMasterStrip
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 70591fbc8c..0c752cbeec 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -65,12 +65,10 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
ArdourButton solo_button;
ArdourButton mute_button;
ArdourButton assign_button;
- ArdourButton spill_button;
Gtk::Menu* context_menu;
PBD::ScopedConnectionList vca_connections;
Gtk::MessageDialog* delete_dialog;
- Gtk::EventBox vertical_box;
- Gtk::Label vertical_label;
+ ArdourButton vertical_button;
void hide_clicked();
bool width_button_pressed (GdkEventButton *);