diff options
Diffstat (limited to 'src/libs/engine/events/CreatePatchEvent.cpp')
-rw-r--r-- | src/libs/engine/events/CreatePatchEvent.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/engine/events/CreatePatchEvent.cpp b/src/libs/engine/events/CreatePatchEvent.cpp index f5baf53e..9124f280 100644 --- a/src/libs/engine/events/CreatePatchEvent.cpp +++ b/src/libs/engine/events/CreatePatchEvent.cpp @@ -102,8 +102,6 @@ CreatePatchEvent::execute(SampleCount nframes, FrameTime start, FrameTime end) assert(m_parent != NULL); assert(m_path != "/"); - m_patch->add_to_patch(); - if (m_parent->process_order() != NULL) _engine.maid()->push(m_parent->process_order()); m_parent->process_order(m_process_order); |