diff options
author | Chris Robinson <[email protected]> | 2012-09-08 21:53:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-08 21:53:04 -0700 |
commit | 6723d27e06f8fe06876be81d76de5b482e2f9b33 (patch) | |
tree | 3cb475e1fe22715b2d6c7ca16ced6d949401aa6d | |
parent | 1c0302509066d02798a391f8b5f33255846d251e (diff) |
Remove some unused code
-rw-r--r-- | Alc/ALu.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; } |