From 7e6f0ea2bb41391d8983c07e33ac4970973dba53 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Jan 2021 20:13:46 -0700 Subject: [PATCH] remove NUTEMPO warning --- gtk2_ardour/editor_markers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index 94759ce035..2de2266247 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -681,7 +681,7 @@ Editor::mouse_add_new_marker (timepos_t where, bool is_cd) if (!choose_new_marker_name(markername)) { return; } -#warning NUTEMPO how do we make the position be in musical time from a mouse event? + Location *location = new Location (*_session, timepos_t (where), timepos_t (where), markername, (Location::Flags) flags); begin_reversible_command (_("add marker"));