- removed the last use of the Alsa message function.

This commit is contained in:
Christoph Oelckers 2020-01-11 15:17:00 +01:00
parent 17d7942d02
commit 5c8607c846

View file

@ -499,6 +499,6 @@ bool AlsaMIDIDevice::Update()
MIDIDevice *CreateAlsaMIDIDevice(int mididevice)
{
return new AlsaMIDIDevice(mididevice, musicCallbacks.Alsa_MessageFunc);
return new AlsaMIDIDevice(mididevice);
}
#endif