aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.