From 53e6f13852f1cc831002cce9dc84d07e7e526515 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 11 Apr 2017 17:38:34 +0100 Subject: addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more appropriately; other minor adjustments --- libs/ardour/track.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/track.cc') diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index fa1cba6000..41769ae471 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -80,7 +80,6 @@ Track::init () _disk_reader->set_block_size (_session.get_block_size ()); _disk_reader->set_route (shared_from_this()); - _disk_reader->do_refill_with_alloc (); _disk_writer.reset (new DiskWriter (_session, name(), dflags)); _disk_writer->set_block_size (_session.get_block_size ()); @@ -546,7 +545,6 @@ Track::silent_roll (pframes_t nframes, framepos_t /*start_frame*/, framepos_t /* boost::shared_ptr Track::playlist () { - cerr << name() << " lookup " << data_type().to_string() << " pl's\n"; return _playlists[data_type()]; } -- cgit v1.2.3