summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Port.cpp')
-rw-r--r--src/libs/engine/Port.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libs/engine/Port.cpp b/src/libs/engine/Port.cpp
index 4b9a014b..bfb09a35 100644
--- a/src/libs/engine/Port.cpp
+++ b/src/libs/engine/Port.cpp
@@ -91,12 +91,4 @@ Port::clear_buffers()
}
-void
-Port::process(SampleCount nframes, FrameTime start, FrameTime end)
-{
- for (size_t i=0; i < _poly; ++i)
- _buffers.at(i)->prepare(nframes);
-}
-
-
} // namespace Ingen