rather hacky fix for the change of the SyncSource > JACK enum to SyncSource > Engine
[ardour.git] / libs / ardour / ardour / midi_buffer.h
index 5ef5e4c8457a8778447c07fa11a47fe686e805bd..781396a598778fc6977e97c005e1840e4f2c17e5 100644 (file)
@@ -44,7 +44,6 @@ public:
        void copy(const MidiBuffer& copy);
 
        bool     push_back(const Evoral::MIDIEvent<TimeType>& event);
-       bool     push_back(const jack_midi_event_t& event);
        bool     push_back(TimeType time, size_t size, const uint8_t* data);
        uint8_t* reserve(TimeType time, size_t size);