Removed obsolete code

svn-id: r46889
This commit is contained in:
Filippos Karapetis 2010-01-02 16:14:07 +00:00
parent f1b1005b38
commit 91ebf0f916

View File

@ -63,12 +63,6 @@ public:
allNotesOff();
}
void hangAllnotes(byte value) {
if (value)
hangAllActiveNotes();
else
allNotesOff();
}
protected:
void parseNextEvent(EventInfo &info);
byte *midiMixChannels();