From 8615a109ce436bcd99a10596c20e50830ea97f4c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 28 Nov 2013 05:06:40 -0800 Subject: Remove an unneeded MidiSynth field --- OpenAL32/Include/alMidi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenAL32/Include/alMidi.h') 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 -- cgit v1.2.3