From e6915e01de2e2167c3384c6c8f2408f763971616 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 18 Sep 2018 18:51:59 -0400 Subject: new transport slave/master implementation, libs/ edition --- libs/ardour/disk_io.cc | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libs/ardour/disk_io.cc') diff --git a/libs/ardour/disk_io.cc b/libs/ardour/disk_io.cc index decacc850f..427f364404 100644 --- a/libs/ardour/disk_io.cc +++ b/libs/ardour/disk_io.cc @@ -50,7 +50,6 @@ DiskIOProcessor::DiskIOProcessor (Session& s, string const & str, Flag f) : Processor (s, str) , _flags (f) , i_am_the_modifier (false) - , _seek_required (false) , _slaved (false) , in_set_state (false) , playback_sample (0) @@ -206,21 +205,6 @@ DiskIOProcessor::non_realtime_locate (samplepos_t location) seek (location, true); } -void -DiskIOProcessor::non_realtime_speed_change () -{ - if (_seek_required) { - seek (_session.transport_sample(), true); - _seek_required = false; - } -} - -bool -DiskIOProcessor::realtime_speed_change () -{ - return true; -} - int DiskIOProcessor::set_state (const XMLNode& node, int version) { -- cgit v1.2.3