From 718db9f3dfd9779195c94ea07a85bfebc38397fa Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 25 May 2013 16:07:23 +0100 Subject: PSP: Remove leftover debug statement to non-existant variable. This would cause a compilation error when the __PSP_DEBUG_PRINT__ define was enabled for debugging as the variable is non-existant. --- backends/platform/psp/audio.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'backends/platform/psp') diff --git a/backends/platform/psp/audio.cpp b/backends/platform/psp/audio.cpp index 4fab9fdd3f..dcbf0b2239 100644 --- a/backends/platform/psp/audio.cpp +++ b/backends/platform/psp/audio.cpp @@ -100,8 +100,6 @@ void PspAudio::threadFunction() { PSP_DEBUG_PRINT("audio thread unpaused\n"); } - PSP_DEBUG_PRINT("remaining samples[%d]\n", _remainingSamples); - PSP_DEBUG_PRINT("filling buffer[%d]\n", _bufferToFill); _callback(_userData, _buffers[_bufferToFill], _bufferSize); // ask mixer to fill in data nextBuffer(_bufferToFill); -- cgit v1.2.3