mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
More stuff we don't need in WildMidi removed
This commit is contained in:
parent
88beae55bd
commit
50ecec199f
1 changed files with 0 additions and 12 deletions
|
@ -130,18 +130,6 @@ struct _note {
|
||||||
unsigned char is_off;
|
unsigned char is_off;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _miditrack {
|
|
||||||
unsigned long int length;
|
|
||||||
unsigned long int ptr;
|
|
||||||
unsigned long int delta;
|
|
||||||
unsigned char running_event;
|
|
||||||
unsigned char EOT;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct _mdi_patches {
|
|
||||||
struct _patch *patch;
|
|
||||||
struct _mdi_patch *next;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct _event_data {
|
struct _event_data {
|
||||||
unsigned char channel;
|
unsigned char channel;
|
||||||
|
|
Loading…
Reference in a new issue