aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_c.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-08 21:34:36 -0700
committerChris Robinson <[email protected]>2012-09-08 21:34:36 -0700
commit1c0302509066d02798a391f8b5f33255846d251e (patch)
treea35553c9a44043c0a472f7d26fc7722b9f063389 /Alc/mixer_c.c
parent7a37a63b8ecfdb005b8650ea59064d216e1a230c (diff)
Separate the resampling and mixing steps
Diffstat (limited to 'Alc/mixer_c.c')
-rw-r--r--Alc/mixer_c.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c
index a7d47840..5cb5acb4 100644
--- a/Alc/mixer_c.c
+++ b/Alc/mixer_c.c
@@ -45,13 +45,5 @@ static __inline void ApplyValue(ALfloat *RESTRICT Output, ALfloat value, const A
#define SUFFIX C
-#define Sampler point32
#include "mixer_inc.c"
-#undef Sampler
-#define Sampler lerp32
-#include "mixer_inc.c"
-#undef Sampler
-#define Sampler cubic32
-#include "mixer_inc.c"
-#undef Sampler
#undef SUFFIX