summaryrefslogtreecommitdiffstats
path: root/src/engine/InputPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InputPort.cpp')
-rw-r--r--src/engine/InputPort.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/InputPort.cpp b/src/engine/InputPort.cpp
index 9282ca22..e2247a45 100644
--- a/src/engine/InputPort.cpp
+++ b/src/engine/InputPort.cpp
@@ -247,9 +247,7 @@ InputPort::pre_process(ProcessContext& context)
// Accumulate the rest
if (_connections.size() > 1) {
-
Connections::iterator c = _connections.begin();
-
for (++c; c != _connections.end(); ++c)
((AudioBuffer*)buffer(voice))->accumulate(
((AudioBuffer*)(*c)->buffer(voice)), 0, _buffer_size-1);