summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-17 23:13:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-17 23:13:49 -0400
commit9095d60f967b9ab8d73dc5d01e0c7b756d9cb480 (patch)
treeaf02be98e48d6b81ec117ac6426a52c79551c456 /gtk2_ardour/audio_region_view.cc
parent71236425a6f92c45cef4317e1192c1b675f3d416 (diff)
removed commented code, now that the comment is actually correct
Diffstat (limited to 'gtk2_ardour/audio_region_view.cc')
-rw-r--r--gtk2_ardour/audio_region_view.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/audio_region_view.cc b/gtk2_ardour/audio_region_view.cc
index a70dcaae0b..08e5a565bf 100644
--- a/gtk2_ardour/audio_region_view.cc
+++ b/gtk2_ardour/audio_region_view.cc
@@ -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? */
}