remove another NUTEMPO #warning - this one was just unnecessary concern

This commit is contained in:
Paul Davis 2021-02-02 22:43:15 -07:00
parent 12454f0a96
commit 2445081dcc

View File

@ -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));
}