mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
1 changed files with 0 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue