mirror of https://github.com/AxioDL/boo.git
Update WASAPI.cpp
This commit is contained in:
parent
8aaaffbe67
commit
c6b2b70933
|
@ -462,9 +462,6 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
|
|||
}
|
||||
};
|
||||
|
||||
unsigned m_midiInCounter = 0;
|
||||
unsigned m_midiOutCounter = 0;
|
||||
|
||||
std::unique_ptr<IMIDIIn> newVirtualMIDIIn(ReceiveFunctor&& receiver)
|
||||
{
|
||||
return {};
|
||||
|
|
Loading…
Reference in New Issue