summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/track.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-30 18:53:02 +0200
committerRobin Gareus <robin@gareus.org>2017-09-30 18:53:02 +0200
commitdec10f2f3c6fffe27e72243d9bf36713d8f084f9 (patch)
treedc7929061e69643c6f6505296a4244be5d26afc6 /libs/ardour/ardour/track.h
parent0fc3bbddb280f237d6c9066caee8712ad8888aa4 (diff)
First part of consolidating ::roll(), ::no_roll()
This moves common code (get and fill buffers) into ::passthru() and renames ::passthru() to ::run_route(). passthru_silence() is no longer used (it was only needed A5 style Track::no_roll_unlocked for no-roll + disk-monitoring)
Diffstat (limited to 'libs/ardour/ardour/track.h')
-rw-r--r--libs/ardour/ardour/track.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/track.h b/libs/ardour/ardour/track.h
index c468f26035..74b04b82a7 100644
--- a/libs/ardour/ardour/track.h
+++ b/libs/ardour/ardour/track.h
@@ -65,8 +65,6 @@ class LIBARDOUR_API Track : public Route, public Recordable
bool set_processor_state (XMLNode const & node, XMLProperty const* prop, ProcessorList& new_order, bool& must_configure);
- virtual int no_roll_unlocked (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample, bool state_changing);
-
bool needs_butler() const { return _needs_butler; }
bool can_record();