aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-08 21:53:04 -0700
committerChris Robinson <[email protected]>2012-09-08 21:53:04 -0700
commit6723d27e06f8fe06876be81d76de5b482e2f9b33 (patch)
tree3cb475e1fe22715b2d6c7ca16ced6d949401aa6d
parent1c0302509066d02798a391f8b5f33255846d251e (diff)
Remove some unused code
-rw-r--r--Alc/ALu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 4ca3ea02..4a760833 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -166,8 +166,6 @@ ALvoid CalcNonAttnSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
if(ALSource->Params.Step == 0)
ALSource->Params.Step = 1;
}
- if(ALSource->Params.Step == FRACTIONONE)
- Resampler = PointResampler;
Channels = ALBuffer->FmtChannels;
break;
@@ -662,8 +660,6 @@ ALvoid CalcSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
if(ALSource->Params.Step == 0)
ALSource->Params.Step = 1;
}
- if(ALSource->Params.Step == FRACTIONONE)
- Resampler = PointResampler;
break;
}