diff --git a/libs/ardour/automation_event.cc b/libs/ardour/automation_event.cc index 107155ca67..77c730b201 100644 --- a/libs/ardour/automation_event.cc +++ b/libs/ardour/automation_event.cc @@ -314,13 +314,6 @@ void AutomationList::write_pass_finished (double when) { merge_nascent (when); - - /* do not remain in Write mode after stopping - drop into Touch - */ - - if (_state == Auto_Write) { - set_automation_state (Auto_Touch); - } } void