diff --git a/libs/ardour/mute_control.cc b/libs/ardour/mute_control.cc index 2c7a2f3fd8..30db61154c 100644 --- a/libs/ardour/mute_control.cc +++ b/libs/ardour/mute_control.cc @@ -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 (new AutomationList (Evoral::Parameter (MuteAutomation), td)),