aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}