From 2445081dcc3e05e734d1b123f38ea42a4d2ba5cd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 2 Feb 2021 22:43:15 -0700 Subject: [PATCH] remove another NUTEMPO #warning - this one was just unnecessary concern --- gtk2_ardour/editor_drag.cc | 1 - 1 file changed, 1 deletion(-) 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)); }