summaryrefslogtreecommitdiffstats
path: root/src/engine/PatchImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-19 18:54:08 +0000
committerDavid Robillard <d@drobilla.net>2011-04-19 18:54:08 +0000
commit9887823091ca641bc8da75ffc93d3917fa32d455 (patch)
tree31497fc61a0d4745667a27a13ba71c303ce52a88 /src/engine/PatchImpl.cpp
parent2a0d9d529e713ccf7757129ba87ce25c827a30c2 (diff)
downloadingen-9887823091ca641bc8da75ffc93d3917fa32d455.tar.gz
ingen-9887823091ca641bc8da75ffc93d3917fa32d455.tar.bz2
ingen-9887823091ca641bc8da75ffc93d3917fa32d455.zip
Fix double/triple engine activation when run with GUI.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3163 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/PatchImpl.cpp')
-rw-r--r--src/engine/PatchImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/PatchImpl.cpp b/src/engine/PatchImpl.cpp
index e8461ba9..86693686 100644
--- a/src/engine/PatchImpl.cpp
+++ b/src/engine/PatchImpl.cpp
@@ -79,7 +79,6 @@ void
PatchImpl::deactivate()
{
if (_activated) {
-
NodeImpl::deactivate();
for (List<NodeImpl*>::iterator i = _nodes.begin(); i != _nodes.end(); ++i) {