summaryrefslogtreecommitdiff
path: root/gtk2_ardour/visual_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/visual_time_axis.cc')
-rw-r--r--gtk2_ardour/visual_time_axis.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/visual_time_axis.cc b/gtk2_ardour/visual_time_axis.cc
index 07d2ae62aa..3961bf8be1 100644
--- a/gtk2_ardour/visual_time_axis.cc
+++ b/gtk2_ardour/visual_time_axis.cc
@@ -148,8 +148,6 @@ VisualTimeAxis::set_height(uint32_t h)
{
TimeAxisView::set_height(h);
- show_name_label ();
-
if (h >= hNormal) {
other_button_hbox.show_all() ;
} else if (h >= hSmaller) {