aboutsummaryrefslogtreecommitdiff
path: root/sound/mpu401.h
diff options
context:
space:
mode:
authorJamieson Christian2003-06-01 04:05:13 +0000
committerJamieson Christian2003-06-01 04:05:13 +0000
commit452735e320894939283b9e10ae8ffb11a2811d93 (patch)
tree20bc685c14790a82d1f6f854cfc1fc4b013beafc /sound/mpu401.h
parentfa481d90e5735c079b12df1b3a8b17a8081ce644 (diff)
downloadscummvm-rg350-452735e320894939283b9e10ae8ffb11a2811d93.tar.gz
scummvm-rg350-452735e320894939283b9e10ae8ffb11a2811d93.tar.bz2
scummvm-rg350-452735e320894939283b9e10ae8ffb11a2811d93.zip
Some last SysEx cleanup.
svn-id: r8223
Diffstat (limited to 'sound/mpu401.h')
-rw-r--r--sound/mpu401.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mpu401.h b/sound/mpu401.h
index cd495b5040..ecf8cd0919 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -90,8 +90,6 @@ public:
void setTimerCallback(void *timer_param, void (*timer_proc) (void *));
uint32 getBaseTempo(void) { return 10000; } // 0x4A0000; } // Now referenced in microseconds between callbacks
- virtual void sysEx_customInstrument (byte channel, uint32 type, byte *instr);
-
MidiChannel *allocateChannel();
MidiChannel *getPercussionChannel() { return &_midi_channels [9]; }
};