summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-09-22 08:44:42 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-09-22 08:44:42 +0100
commit0354dbdfe95d7c9ea1156cb23de038020ac73bf4 (patch)
tree45eb300ec9561b507987b6da494c0d610ea5d2c0 /libs/ardour
parentd89b8cc0ad01eaf59dc605939628003dfa89899d (diff)
Remove 2 x unneeded functions in 'SlaveSessionProxy'
I assume they're not needed now because their declarations got removed in commit #e6915e01de
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/slave.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/ardour/slave.cc b/libs/ardour/slave.cc
index 47dd80f8b4..8f152e2b08 100644
--- a/libs/ardour/slave.cc
+++ b/libs/ardour/slave.cc
@@ -72,16 +72,3 @@ SlaveSessionProxy::sample_time() const
return session.engine().sample_time();
}
-void
-SlaveSessionProxy::request_locate(samplepos_t sample, bool with_roll)
-{
- session.request_locate(sample, with_roll);
-}
-
-void
-SlaveSessionProxy::request_transport_speed(double speed)
-{
- session.request_transport_speed(speed);
-}
-
-} // namespace ARDOUR