mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
Completely unused struct...?
git-svn-id: https://svn.eduke32.com/eduke32@7088 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
82fcd89ed5
commit
bac01d8e2a
1 changed files with 0 additions and 7 deletions
|
@ -45,13 +45,6 @@ static HMIDISTRM hmido = (HMIDISTRM)-1;
|
|||
static MIDIOUTCAPS midicaps;
|
||||
static DWORD mididevice = -1;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int32_t time;
|
||||
int32_t stream;
|
||||
int32_t event;
|
||||
}
|
||||
MIDIEVENTHEAD;
|
||||
#define PAD(x) ((((x)+3)&(~3)))
|
||||
|
||||
#define BUFFERLEN (32*4*4)
|
||||
|
|
Loading…
Reference in a new issue