summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-01 21:57:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-01 21:57:43 -0400
commit0d999ea4ec059e62dd72ea595e166dba05109bfc (patch)
tree16233379f7669c41bbb7ac7d50d25314ce8adf60 /gtk2_ardour/mixer_strip.cc
parent43b6a7aca36b81c6ff95f33b7ff23f3413490c04 (diff)
remove un-used name_hbox widget from TimeAxisView
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 b03fd9c2a0..f0f0235361 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -2615,7 +2615,6 @@ MixerStrip::update_track_number_visibility ()
if (tnw & 1) --tnw;
number_label.set_size_request(tnw, -1);
number_label.show ();
- //name_hbox.set_size_request(TimeAxisView::name_width_px - 2 - tnw, -1); // -2 = cellspacing
} else {
number_label.hide ();
}