From: John Emmas Date: Sat, 22 Sep 2018 07:44:42 +0000 (+0100) Subject: Remove 2 x unneeded functions in 'SlaveSessionProxy' X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=0354dbdfe95d7c9ea1156cb23de038020ac73bf4;hp=d89b8cc0ad01eaf59dc605939628003dfa89899d;p=ardour.git Remove 2 x unneeded functions in 'SlaveSessionProxy' I assume they're not needed now because their declarations got removed in commit #e6915e01de --- 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