no need for MidiClockTransportMaster::starting() method

This commit is contained in:
Paul Davis 2019-11-15 15:16:50 -07:00
parent 4637c49838
commit 7199b657ba
2 changed files with 0 additions and 7 deletions

View File

@ -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;

View File

@ -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
{