diff options
author | Chris Robinson <[email protected]> | 2013-11-28 05:06:40 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-28 05:06:40 -0800 |
commit | 8615a109ce436bcd99a10596c20e50830ea97f4c (patch) | |
tree | b941a628aa0f6210148ddb55d5f9c8474a0c6c39 /OpenAL32/Include/alMidi.h | |
parent | f8c68291d3b0ebbfa710c95a28b042393fb4b7d6 (diff) |
Remove an unneeded MidiSynth field
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h index 400b8b9b..6aeffedc 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -18,7 +18,6 @@ typedef struct MidiSynth { ALdouble SamplesSinceLast; ALdouble SamplesToNext; - ALuint SampleRate; ALdouble SamplesPerTick; /* NOTE: This rwlock is for the state and soundfont. The EventQueue and |