aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-02-08 19:41:47 -0800
committerChris Robinson <[email protected]>2008-02-08 19:41:47 -0800
commit13a3fe8a7a6dd24b86138a5e0683541b634823fd (patch)
tree20e3beef5d4dcb485d8e8102a58d24f0db1c00fb /OpenAL32/Include/alMain.h
parent3dd3cd4ceb4666e3e1030c45e0ccd94f810a797b (diff)
Remove unneeded device struct member
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 0 insertions, 1 deletions
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;