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
This commit is contained in:
Ben Loftis 2010-04-23 21:45:33 +00:00
parent 5d616e51c2
commit 0d63cd0108

View file

@ -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