removed commented code, now that the comment is actually correct
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 18 Aug 2016 03:13:49 +0000 (23:13 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 18 Aug 2016 03:13:49 +0000 (23:13 -0400)
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? */
 }