summaryrefslogtreecommitdiff
path: root/libs/ardour/io_processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/io_processor.cc')
-rw-r--r--libs/ardour/io_processor.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/ardour/io_processor.cc b/libs/ardour/io_processor.cc
index a7e13fecb4..9a162e3f8b 100644
--- a/libs/ardour/io_processor.cc
+++ b/libs/ardour/io_processor.cc
@@ -230,14 +230,6 @@ IOProcessor::silence (samplecnt_t nframes, samplepos_t /* start_sample */)
}
}
-void
-IOProcessor::increment_port_buffer_offset (pframes_t offset)
-{
- if (_own_output && _output) {
- _output->increment_port_buffer_offset (offset);
- }
-}
-
ChanCount
IOProcessor::natural_output_streams() const
{