From 6723d27e06f8fe06876be81d76de5b482e2f9b33 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 8 Sep 2012 21:53:04 -0700 Subject: [PATCH] Remove some unused code --- Alc/ALu.c | 4 ---- 1 file changed, 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; } -- 2.11.4.GIT