diff options
author | Jamieson Christian | 2003-10-07 13:12:29 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-10-07 13:12:29 +0000 |
commit | f49a741cfb244574bf05ddece0849cc78c4d56e2 (patch) | |
tree | b5484dc1a55f9cc9139088441d6dfdc3f5e192be /backends/midi | |
parent | 027543b30b1d784bff2e944c347e4a6a5c4bc80a (diff) | |
download | scummvm-rg350-f49a741cfb244574bf05ddece0849cc78c4d56e2.tar.gz scummvm-rg350-f49a741cfb244574bf05ddece0849cc78c4d56e2.tar.bz2 scummvm-rg350-f49a741cfb244574bf05ddece0849cc78c4d56e2.zip |
Remove my trace output. :P
svn-id: r10669
Diffstat (limited to 'backends/midi')
-rw-r--r-- | backends/midi/ym2612.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/midi/ym2612.cpp b/backends/midi/ym2612.cpp index af27860f60..fcdfa26f25 100644 --- a/backends/midi/ym2612.cpp +++ b/backends/midi/ym2612.cpp @@ -518,7 +518,6 @@ void Voice2612::nextTick(int *outbuf, int buflen) { if (!_opr[0]->inUse() && !_opr[1]->inUse() && !_opr[2]->inUse() && !_opr[3]->inUse()) { - printf ("Auto off\n"); _in_use = false; if (_owner) _owner->removeVoice (this); |