From ea0807d4aaa5a0d2c1bad8e0106c409d8323df15 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 26 Oct 2017 10:46:42 -0400 Subject: [PATCH] remove unnecessary calls --- libs/ardour/track.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 0715eec14d..b3c8088033 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -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