Update automated Plugin Controlls when seeking and not rolling
[ardour.git] / gtk2_ardour / audio_region_view.cc
index a70dcaae0be3f0148e23915350399494a6542ec7..08e5a565bf1bea2667a2413c73e865b1445e7e8c 100644 (file)
@@ -275,14 +275,6 @@ AudioRegionView::init (bool wfd)
 
        setup_waveform_visibility ();
 
-       /* reset_width_dependent_items() does this:
-       if (frame_handle_start) {
-               frame_handle_start->raise_to_top ();
-       }
-       if (frame_handle_end) {
-               frame_handle_end->raise_to_top ();
-       }
-       */
        /* XXX sync mark drag? */
 }