remove nutempo #warning (already fixed, just remove preprocessor line)

This commit is contained in:
Paul Davis 2021-01-25 13:07:52 -07:00
parent 6608700e82
commit ff77b3eb75

View File

@ -29,7 +29,6 @@ using namespace ARDOUR;
using namespace std;
#warning NUTEMPO QUESTION what time domain shoudl this really use?
MuteControl::MuteControl (Session& session, std::string const & name, Muteable& m, Temporal::TimeDomain td)
: SlavableAutomationControl (session, MuteAutomation, ParameterDescriptor (MuteAutomation),
boost::shared_ptr<AutomationList> (new AutomationList (Evoral::Parameter (MuteAutomation), td)),