removed commented code, now that the comment is actually correct

This commit is contained in:
Paul Davis 2016-08-17 23:13:49 -04:00
parent 71236425a6
commit 9095d60f96
1 changed files with 0 additions and 8 deletions

View 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? */
}