summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_return.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/internal_return.cc')
-rw-r--r--libs/ardour/internal_return.cc15
1 files changed, 0 insertions, 15 deletions
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;
}