aboutsummaryrefslogtreecommitdiff
path: root/scumm/instrument.cpp
diff options
context:
space:
mode:
authorJamieson Christian2003-06-01 02:47:26 +0000
committerJamieson Christian2003-06-01 02:47:26 +0000
commit785118c63c526938f80fa1c0912f611e9dcaefae (patch)
tree53a55794b34faa924afe44e879b43d0c3c08f48f /scumm/instrument.cpp
parent0074641ab28d5a4c12da4c578e7ec89717d066d2 (diff)
downloadscummvm-rg350-785118c63c526938f80fa1c0912f611e9dcaefae.tar.gz
scummvm-rg350-785118c63c526938f80fa1c0912f611e9dcaefae.tar.bz2
scummvm-rg350-785118c63c526938f80fa1c0912f611e9dcaefae.zip
Removed debug output
svn-id: r8214
Diffstat (limited to 'scumm/instrument.cpp')
-rw-r--r--scumm/instrument.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp
index d822ce1d38..1e443784d8 100644
--- a/scumm/instrument.cpp
+++ b/scumm/instrument.cpp
@@ -420,8 +420,6 @@ void Instrument_Roland::saveOrLoad (Serializer *s) {
void Instrument_Roland::send (MidiChannel *mc) {
if (_native_mt32) {
_instrument.device_id = mc->getNumber();
- if (_instrument.device_id > 7)
- warning ("MT-32 part %d is greater than 7", (int) _instrument.device_id);
mc->device()->sysEx ((byte *) &_instrument, sizeof (_instrument));
} else {
// Convert to a GM program change.