summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-14 11:48:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-14 11:48:08 -0400
commitb5387804a41c74f58e81e3ef6450f17ae348902f (patch)
tree1bd945f763761e32970bfd6f31887869f4e3cfd9 /gtk2_ardour/mixer_strip.cc
parent3888b244a6ac0eef3988b5ffe14524e202873926 (diff)
remove commented line
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 0153ac5f1f..b4938b2fae 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -283,7 +283,6 @@ MixerStrip::init ()
width_button.signal_button_press_event().connect (sigc::mem_fun(*this, &MixerStrip::width_button_pressed), false);
hide_button.signal_clicked.connect (sigc::mem_fun(*this, &MixerStrip::hide_clicked));
-// width_hide_box.set_border_width (1);
width_hide_box.set_spacing (2);
width_hide_box.pack_start (width_button, false, true);
width_hide_box.pack_start (number_label, true, true);