aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
diff options
context:
space:
mode:
authorD G Turner2013-05-25 16:07:23 +0100
committerD G Turner2013-05-25 16:07:23 +0100
commit718db9f3dfd9779195c94ea07a85bfebc38397fa (patch)
tree827334ba0775875577fd05e91b9073263807c2cb /backends/platform/psp
parent81282b52e77dbaa3497c91c50e5abab478d46397 (diff)
downloadscummvm-rg350-718db9f3dfd9779195c94ea07a85bfebc38397fa.tar.gz
scummvm-rg350-718db9f3dfd9779195c94ea07a85bfebc38397fa.tar.bz2
scummvm-rg350-718db9f3dfd9779195c94ea07a85bfebc38397fa.zip
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.
Diffstat (limited to 'backends/platform/psp')
-rw-r--r--backends/platform/psp/audio.cpp2
1 files changed, 0 insertions, 2 deletions
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);