mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
no need for MidiClockTransportMaster::starting() method
This commit is contained in:
parent
4637c49838
commit
7199b657ba
2 changed files with 0 additions and 7 deletions
|
|
@ -583,7 +583,6 @@ class LIBARDOUR_API MIDIClock_TransportMaster : public TransportMaster, public T
|
|||
void reset (bool with_pos);
|
||||
bool locked() const;
|
||||
bool ok() const;
|
||||
bool starting() const;
|
||||
|
||||
samplecnt_t update_interval () const;
|
||||
samplecnt_t resolution () const;
|
||||
|
|
|
|||
|
|
@ -378,12 +378,6 @@ MIDIClock_TransportMaster::ok() const
|
|||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
MIDIClock_TransportMaster::starting() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
ARDOUR::samplecnt_t
|
||||
MIDIClock_TransportMaster::update_interval() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue