remove unnecessary calls
This commit is contained in:
@@ -518,14 +518,6 @@ void
|
||||
Track::non_realtime_locate (samplepos_t p)
|
||||
{
|
||||
Route::non_realtime_locate (p);
|
||||
|
||||
if (!is_private_route()) {
|
||||
/* don't waste i/o cycles and butler calls
|
||||
for private tracks (e.g.auditioner)
|
||||
*/
|
||||
_disk_reader->non_realtime_locate (p);
|
||||
_disk_writer->non_realtime_locate (p);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user