summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-08 11:10:20 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:40 -0400
commitfcec93a28e88f5f9bddbb5608a3dc24572275b47 (patch)
treebb8ba618484914130c5f7cc6e0a81ef0beb69820 /gtk2_ardour/vca_master_strip.h
parenta3c5b81ca13f81cd4db628096943f049bc6c0af1 (diff)
remove VCA active button
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 097ddcdf41..fa7bcb7d01 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -46,7 +46,6 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
boost::shared_ptr<ARDOUR::VCA> _vca;
Gtk::HBox vertical_padding;
ArdourButton name_button;
- ArdourButton active_button;
GainMeter gain_meter;
Gtk::Frame global_frame;