diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index 84b1b98dfd..ff150abc2c 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -4495,7 +4495,6 @@ FadeOutDrag::motion (GdkEvent* event, bool) tmp->reset_fade_out_shape_width (tmp->audio_region(), fade_length); } -#warning NUTEMPO the mix of timepos_t and duration does not seem correct show_verbose_cursor_duration (timepos_t (region->last_sample() - fade_length), region->nt_last()); show_view_preview (timepos_t (region->last_sample() - fade_length)); }