From 47aa8ed09ba7a2749acf69a0146acac4c2e813f5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Jul 2011 20:03:49 +0000 Subject: improved fix for #4158 etc, hopefully git-svn-id: svn://localhost/ardour2/branches/3.0@9896 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/internal_return.cc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libs/ardour/internal_return.cc') diff --git a/libs/ardour/internal_return.cc b/libs/ardour/internal_return.cc index 6402eded81..e3ef2e2b06 100644 --- a/libs/ardour/internal_return.cc +++ b/libs/ardour/internal_return.cc @@ -53,21 +53,6 @@ InternalReturn::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*e } } -#if 0 - if (_session.transport_rolling()) { - for (BufferSet::audio_iterator b = bufs.audio_begin(); b != bufs.audio_end(); ++b) { - Sample* p = b->data (); - for (pframes_t n = 0; n < nframes; ++n) { - if (p[n] != 0.0) { - cerr << "\tnon-zero data received\n"; - break; - } - } - } - } -#endif - - _active = _pending_active; } -- cgit v1.2.3