Skip to content

Commit

Permalink
- forgot to save this one.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 2, 2020
1 parent 71cd4ef commit 77a20ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/zmusic/zmusic/configuration.cpp
Expand Up @@ -140,7 +140,7 @@ int ZMusic_EnumerateMidiDevices()
#endif
}


#if 0
const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
{
#ifdef HAVE_SYSTEM_MIDI
Expand All @@ -155,6 +155,7 @@ const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
return {};
#endif
}
#endif


template<class valtype>
Expand Down

0 comments on commit 77a20ea

Please sign in to comment.