[Scummvm-cvs-logs] scummvm master -> 718db9f3dfd9779195c94ea07a85bfebc38397fa

digitall dgturner at iee.org
Sat May 25 17:06:31 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
718db9f3df PSP: Remove leftover debug statement to non-existant variable.


Commit: 718db9f3dfd9779195c94ea07a85bfebc38397fa
    https://github.com/scummvm/scummvm/commit/718db9f3dfd9779195c94ea07a85bfebc38397fa
Author: D G Turner (digitall at scummvm.org)
Date: 2013-05-25T08:07:23-07:00

Commit Message:
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.

Changed paths:
    backends/platform/psp/audio.cpp



diff --git a/backends/platform/psp/audio.cpp b/backends/platform/psp/audio.cpp
index 4fab9fd..dcbf0b2 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);






More information about the Scummvm-git-logs mailing list