From bf336d8e406c547d470edaa7ab048f2c8347b3aa Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 24 Jan 2013 11:18:29 -0800 Subject: [PATCH] remove extra space in audioCallback --- Source/audio.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/audio.cpp b/Source/audio.cpp index ff5f7ffac1..40001a81f8 100644 --- a/Source/audio.cpp +++ b/Source/audio.cpp @@ -47,7 +47,6 @@ int audioCallback (const void *inputBuffer, int16_t *outputLeft = ((int16_t **) outputBuffer)[0]; int16_t *outputRight = ((int16_t **) outputBuffer)[1]; - float yawRatio = data->linkedHead != NULL ? data->linkedHead->getYaw() / 90.0