Remove some unused code
This commit is contained in:
parent
1c03025090
commit
6723d27e06
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user