no need for MidiClockTransportMaster::starting() method
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 15 Nov 2019 22:16:50 +0000 (15:16 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 15 Nov 2019 23:06:04 +0000 (16:06 -0700)
libs/ardour/ardour/transport_master.h
libs/ardour/midi_clock_slave.cc

index cfeb2f894abb86ff914ea4d892a3171f7f4a4677..12180a50275c38306af1c2b94112fa5f721a68f2 100644 (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;
index cf2c84c03450bb988016ba553d2750eb54b215ef..b9e1e31e6c26248b61d8953b2e001d8a099091b2 100644 (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
 {