summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-13 13:49:44 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-13 13:52:38 -0600
commitf5ec5ea9296df29e99369c85c204ac4cfe4a6e25 (patch)
treee5238ce040bed094de0869b1f3d3cf0354dae3ef /libs/ardour/ardour/session.h
parentcc43ec3ef6ad782eab6dd71c285e2c4da70e990b (diff)
add new API to TransportMasterManager to manage use of DiskReader::{inc,dec}_no_disk_output()
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index cacdbbb121..dad45a4480 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1370,7 +1370,6 @@ private:
bool follow_transport_master (pframes_t nframes);
void sync_source_changed (SyncSource, samplepos_t pos, pframes_t cycle_nframes);
- void reset_slave_state ();
bool post_export_sync;
samplepos_t post_export_position;