diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index eda77f64b2..9348343ad1 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -247,10 +247,6 @@ AutomationControl::set_automation_state (AutoState as) const double val = get_value (); alist()->set_automation_state (as); - if (_desc.toggled) { - Changed (false, Controllable::NoGroup); // notify slaves, update boolean masters - return; // No watch for boolean automation - } if (as == Write) { AutomationWatch::instance().add_automation_watch (boost::dynamic_pointer_cast(shared_from_this()));