diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc index eb1c4b9d6c..e62b45c177 100644 --- a/gtk2_ardour/midi_time_axis.cc +++ b/gtk2_ardour/midi_time_axis.cc @@ -221,7 +221,6 @@ MidiTimeAxisView::set_route (boost::shared_ptr rt) VBox* v = manage (new VBox); HBox* h = manage (new HBox); h->pack_end (*_piano_roll_header); - h->pack_end (*_piano_roll_header); h->pack_end (*_range_scroomer); v->pack_start (*separator, false, false); v->pack_start (*h, true, true);