aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-10-20 13:47:55 -0700
committerChris Robinson <[email protected]>2009-10-20 13:47:55 -0700
commit75b65ab2a29aa10a054974f443cc94ccf5e70f3e (patch)
tree73d56d2f93f6f32ce93ae34dc12186aa389df84d /OpenAL32
parenteca8825ab4dad656dfbc92617688afc8f10ad653 (diff)
Remove the Frequency field from the context
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index f10744ed..2fa79574 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -284,8 +284,6 @@ struct ALCcontext_struct
ALenum LastError;
ALboolean InUse;
- ALuint Frequency;
-
ALenum DistanceModel;
ALfloat DopplerFactor;