Update WASAPI.cpp

This commit is contained in:
Jack Andersen 2016-05-23 09:14:10 -10:00
parent 8aaaffbe67
commit c6b2b70933
1 changed files with 0 additions and 3 deletions

View File

@ -462,9 +462,6 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
}
};
unsigned m_midiInCounter = 0;
unsigned m_midiOutCounter = 0;
std::unique_ptr<IMIDIIn> newVirtualMIDIIn(ReceiveFunctor&& receiver)
{
return {};