summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-19 18:53:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-19 18:53:27 -0400
commit48d11000e5c13ebc831b98c56bc18329e6fc7505 (patch)
tree789d0200510f9f3d486d50c4948060468dbeb22b /libs/ardour/ardour/route.h
parentcb71d49dc6040e5de8d581d8aca4654406f9014d (diff)
attempt to fix roll delay logic by moving it into DiskReader (the only place it matters)
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 0e1d0b65e1..bf8d05dd12 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -627,7 +627,6 @@ public:
bool _active;
samplecnt_t _signal_latency;
samplecnt_t _initial_delay;
- samplecnt_t _roll_delay;
ProcessorList _processors;
mutable Glib::Threads::RWLock _processor_lock;