diff options
author | Max Horn | 2003-09-05 21:18:44 +0000 |
---|---|---|
committer | Max Horn | 2003-09-05 21:18:44 +0000 |
commit | caf8e8f5fcf712c4f67296579eaeb7a67fdd535c (patch) | |
tree | b99fd1f3a9ad8b81dcb62d4e7b89824beae65efd | |
parent | d6e47884574b34f3f3dbddad36e0ef3400ff27d9 (diff) | |
download | scummvm-rg350-caf8e8f5fcf712c4f67296579eaeb7a67fdd535c.tar.gz scummvm-rg350-caf8e8f5fcf712c4f67296579eaeb7a67fdd535c.tar.bz2 scummvm-rg350-caf8e8f5fcf712c4f67296579eaeb7a67fdd535c.zip |
oops
svn-id: r10021
-rw-r--r-- | sound/mixer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 34ccdad7b1..04c931238e 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -68,8 +68,6 @@ public: _volume = volume; } virtual void setChannelPan(const int8 pan) { - if (pan != 0) - printf("Pan set to %d\n", pan); _pan = pan; } virtual int getVolume() const { |