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:
parent
d89b8cc0ad
commit
0354dbdfe9
@ -72,16 +72,3 @@ SlaveSessionProxy::sample_time() const
|
|||||||
return session.engine().sample_time();
|
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user