aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
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 /Alc/ALc.c
parenteca8825ab4dad656dfbc92617688afc8f10ad653 (diff)
Remove the Frequency field from the context
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f434c512..7398e151 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -546,9 +546,6 @@ static ALvoid InitContext(ALCcontext *pContext)
pContext->LastError = AL_NO_ERROR;
pContext->InUse = AL_FALSE;
- //Set output format
- pContext->Frequency = pContext->Device->Frequency;
-
//Set globals
pContext->DistanceModel = AL_INVERSE_DISTANCE_CLAMPED;
pContext->DopplerFactor = 1.0f;