Remove 2 x unneeded functions in 'SlaveSessionProxy'
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 22 Sep 2018 07:44:42 +0000 (08:44 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 22 Sep 2018 07:44:42 +0000 (08:44 +0100)
I assume they're not needed now because their declarations got removed in commit #e6915e01de

libs/ardour/slave.cc

index 47dd80f8b4b59ef06d60d61614cfb10c155bde48..8f152e2b08e0820c4b06a2dee9625115de0e4b9f 100644 (file)
@@ -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