mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user