summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-05 16:14:21 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-05 16:33:02 -0400
commit21400bf60b3df63136b8c45acd820813c4e3bb9d (patch)
treeabf0e0115335095100c19f131dc01d8d2f74969e /gtk2_ardour/time_axis_view.h
parent518f7f9892776843f17a59960e081ff1d1d56a50 (diff)
remove duplicate name_label widget from TimeAxisView (AxisView provides it)
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index c2b885302b..9ab2d3596b 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -237,7 +237,6 @@ class TimeAxisView : public virtual AxisView
Gtk::HBox time_axis_hbox;
Gtk::Frame time_axis_frame;
Gtk::HBox top_hbox;
- Gtk::Label name_label;
Gtk::Fixed scroomer_placeholder;
bool _name_editing;
uint32_t height; /* in canvas units */