From db674ac8b676bb3412422bb784abd35ca9a19930 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 29 Oct 2017 18:44:06 +0100 Subject: Remove unused per-port buffer offset --- libs/ardour/io_processor.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libs/ardour/io_processor.cc') 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 { -- cgit v1.2.3