mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-29 20:00:53 +00:00
- removed the last use of the Alsa message function.
This commit is contained in:
parent
17d7942d02
commit
5c8607c846
1 changed files with 1 additions and 1 deletions
|
@ -499,6 +499,6 @@ bool AlsaMIDIDevice::Update()
|
|||
|
||||
MIDIDevice *CreateAlsaMIDIDevice(int mididevice)
|
||||
{
|
||||
return new AlsaMIDIDevice(mididevice, musicCallbacks.Alsa_MessageFunc);
|
||||
return new AlsaMIDIDevice(mididevice);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue