From ece52d3278935a8943936696ef09003f81998ef2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 25 Jul 2017 12:46:05 -0400 Subject: move _file_frame from DiskIOProcessor into DiskReader (only place where it is needed); split into by-type array to deal with different rate of audio & MIDI i/o --- libs/ardour/disk_io.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/disk_io.cc') diff --git a/libs/ardour/disk_io.cc b/libs/ardour/disk_io.cc index 2411f18bd3..ff6ad0adf2 100644 --- a/libs/ardour/disk_io.cc +++ b/libs/ardour/disk_io.cc @@ -54,7 +54,6 @@ DiskIOProcessor::DiskIOProcessor (Session& s, string const & str, Flag f) , _slaved (false) , loop_location (0) , in_set_state (false) - , file_frame (0) , playback_sample (0) , wrap_buffer_size (0) , speed_buffer_size (0) -- cgit v1.2.3