13
0

NO-OP: remove commented line

This commit is contained in:
Paul Davis 2020-05-12 11:33:15 -06:00
parent 5b7c20453f
commit ac915d7d55

View File

@ -854,8 +854,6 @@ DiskReader::seek (samplepos_t sample, bool complete_refill)
samplecnt_t shift = sample > c->front ()->rbuf->reservation_size () ? c->front ()->rbuf->reservation_size () : sample;
// shift = 0;
if (read_reversed) {
/* reading in reverse, so start at a later sample, and read
* "backwards" from there. */