remove unnecessary calls
This commit is contained in:
parent
17bb1db810
commit
ea0807d4aa
@ -518,14 +518,6 @@ void
|
|||||||
Track::non_realtime_locate (samplepos_t p)
|
Track::non_realtime_locate (samplepos_t p)
|
||||||
{
|
{
|
||||||
Route::non_realtime_locate (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
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user