mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- forgot to save this one.
This commit is contained in:
parent
71cd4ef488
commit
77a20ea7d1
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,7 @@ int ZMusic_EnumerateMidiDevices()
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
||||
{
|
||||
#ifdef HAVE_SYSTEM_MIDI
|
||||
|
@ -155,6 +155,7 @@ const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
|
|||
return {};
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
template<class valtype>
|
||||
|
|
Loading…
Reference in a new issue