13
0

Remove 2 x unneeded functions in 'SlaveSessionProxy'

I assume they're not needed now because their declarations got removed in commit #e6915e01de
This commit is contained in:
John Emmas 2018-09-22 08:44:42 +01:00
parent d89b8cc0ad
commit 0354dbdfe9

View 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