diff options
| author | Max Horn | 2003-07-29 13:36:06 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-29 13:36:06 +0000 |
| commit | aa6c99b5da92d9efacf881b31019426fab2a0e08 (patch) | |
| tree | 6c752e880f37c6ce7be727bd6f413eed1535f759 | |
| parent | 6b470390f7ca2b17a56e0b79a2b42f4e70309fcb (diff) | |
| download | scummvm-rg350-aa6c99b5da92d9efacf881b31019426fab2a0e08.tar.gz scummvm-rg350-aa6c99b5da92d9efacf881b31019426fab2a0e08.tar.bz2 scummvm-rg350-aa6c99b5da92d9efacf881b31019426fab2a0e08.zip | |
removed some debug output
svn-id: r9282
| -rw-r--r-- | sound/mixer.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 0e43073213..d9245e4eaf 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -670,10 +670,6 @@ ChannelRaw::ChannelRaw(SoundMixer *mixer, PlayingSoundHandle *handle, void *soun _ptr = (byte *)sound; _flags = flags; -printf("ChannelRaw: flags 0x%x, input rate %d, output rate %d, size %d\n", flags, rate, mixer->getOutputRate(), size); -//hexdump(_ptr, size); -//puts("\n"); - #ifdef SOX_HACK // Create the input stream @@ -764,10 +760,6 @@ ChannelStream::ChannelStream(SoundMixer *mixer, PlayingSoundHandle *handle, void : Channel(mixer, handle) { assert(size <= buffer_size); -printf("ChannelStream: flags 0x%x, input rate %d, output rate %d, size %d\n", flags, rate, mixer->getOutputRate(), size); -//hexdump(_ptr, size); -//puts("\n"); - #ifdef SOX_HACK // Create the input stream |
