From af9bc21a07e96ab41fa913b746c975b9824fa2b7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 15 Jan 2021 14:53:23 -0700 Subject: [PATCH] nutempo warning removal --- libs/ardour/session_state.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 94d853fdf7..5577fc9c1c 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -260,7 +260,6 @@ Session::post_engine_init () _engine.Halted.connect_same_thread (*this, boost::bind (&Session::engine_halted, this)); _engine.Xrun.connect_same_thread (*this, boost::bind (&Session::xrun_recovery, this)); -#warning NUTEMPO does session need to know about tempo map changes? try { /* MidiClock requires a tempo map */