From 785118c63c526938f80fa1c0912f611e9dcaefae Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sun, 1 Jun 2003 02:47:26 +0000 Subject: Removed debug output svn-id: r8214 --- scumm/instrument.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scumm/instrument.cpp') 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. -- cgit v1.2.3