From 0d63cd0108d282aaf5b71e42536c1784a339a45b Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 23 Apr 2010 21:45:33 +0000 Subject: [PATCH] if something is in Write, dont take it out of Write when locating git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6981 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/automation_event.cc | 7 ------- 1 file changed, 7 deletions(-) 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