Reverted Ben's m_DefaultBufferSize stuff as it looks redundant. Will be put back if we establish the opposite

This commit is contained in:
GZharun 2015-05-14 17:44:04 +03:00 committed by Paul Davis
parent 6485300479
commit 21b9e180bd
4 changed files with 0 additions and 6 deletions

View file

@ -115,7 +115,6 @@ WCMRCoreAudioDevice::WCMRCoreAudioDevice (WCMRCoreAudioDeviceManager *pManager,
m_CurrentSamplingRate = DEFAULT_SR;
m_CurrentBufferSize = DEFAULT_BUFFERSIZE;
m_DefaultBufferSize = DEFAULT_BUFFERSIZE;
m_StopRequested = true;
m_pInputData = NULL;