remove declaration for non-existent method

This commit is contained in:
Paul Davis 2016-06-20 12:46:17 -04:00
parent eb43344cf6
commit 4e1d3f6416

View file

@ -98,7 +98,6 @@ class LIBARDOUR_API AsyncMIDIPort : public ARDOUR::MidiPort, public MIDI::Port {
std::string _connections;
PBD::ScopedConnection connect_connection;
PBD::ScopedConnection halt_connection;
void flush (void* jack_port_buffer);
void jack_halted ();
void make_connections ();
void init (std::string const &, Flags);