13
0

remove duplicate name_label widget from TimeAxisView (AxisView provides it)

This commit is contained in:
Paul Davis 2016-06-05 16:14:21 -04:00
parent 518f7f9892
commit 21400bf60b

View File

@ -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 */