Merge pull request #34 from ablinov/master

Removed test code
This commit is contained in:
Thong Nguyen 2013-08-30 10:40:10 -07:00
commit aeb1ee1b7c
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ static void AudioQueueIsRunningCallbackProc(void* userData, AudioQueueRef audioQ
}
}
if (signal || YES)
if (signal)
{
pthread_cond_signal(&queueBufferReadyCondition);
}