From 452735e320894939283b9e10ae8ffb11a2811d93 Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sun, 1 Jun 2003 04:05:13 +0000 Subject: Some last SysEx cleanup. svn-id: r8223 --- sound/mpu401.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sound/mpu401.h') 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]; } }; -- cgit v1.2.3