summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-11-15 15:47:29 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-15 16:06:04 -0700
commit5c9e7b8234c4ccf1bf43c7f82d4e91197827b17e (patch)
tree0e6f0161b457e4250b99c1b265d85be69a799eab /libs/ardour/ardour/session.h
parent7199b657ba9c0e3f8ed599583df648e7d966adc9 (diff)
consolidate Session::locate() and Session::do_locate()
The first no longer needs to handle requests by passing them to JACK transport
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 407333c397..4e74a1dc5a 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1690,7 +1690,6 @@ private:
void flush_all_inserts ();
int micro_locate (samplecnt_t distance);
- void do_locate (samplepos_t, bool with_roll, bool with_flush, bool for_loop_end, bool force, bool with_mmc);
void force_locate (samplepos_t sample, bool with_roll = false);
void set_transport_speed (double speed, samplepos_t destination_sample, bool abort = false, bool clear_state = false, bool as_default = false);
void realtime_stop (bool abort, bool clear_state);