summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2010-04-23 21:45:33 +0000
committerBen Loftis <ben@glw.com>2010-04-23 21:45:33 +0000
commit0d63cd0108d282aaf5b71e42536c1784a339a45b (patch)
treebf5283f38360b5fba3226e10e9ed1b3a271586e6
parent5d616e51c297ff7555e94e770dc10bd4e17de0cf (diff)
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
-rw-r--r--libs/ardour/automation_event.cc7
1 files changed, 0 insertions, 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