mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
remove unnecessary calls
This commit is contained in:
parent
17bb1db810
commit
ea0807d4aa
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue