diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/PatchImpl.cpp | 1 |
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) { |