summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
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/time_axis_view.h
parent43b6a7aca36b81c6ff95f33b7ff23f3413490c04 (diff)
remove un-used name_hbox widget from TimeAxisView
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 13ade6a2fe..4995c0e15e 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -230,7 +230,6 @@ class TimeAxisView : public virtual AxisView
Gtk::VBox time_axis_vbox;
Gtk::HBox time_axis_hbox;
Gtk::Frame time_axis_frame;
- Gtk::HBox name_hbox;
Gtk::HBox top_hbox;
Gtk::Label name_label;
Gtk::Fixed scroomer_placeholder;