From 13a3fe8a7a6dd24b86138a5e0683541b634823fd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 8 Feb 2008 19:41:47 -0800 Subject: Remove unneeded device struct member --- OpenAL32/Include/alMain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index a5a4aee6..fd37e93d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -159,7 +159,6 @@ void alc_wave_init(BackendFuncs *func_list); struct ALCdevice_struct { - ALboolean InUse; ALboolean IsCaptureDevice; ALuint Frequency; -- cgit v1.2.3