From d5ab883da21499a14bf86a1aa7f0ad894becb1c5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 15 Aug 2015 01:37:46 -0700 Subject: Define MixHrtf directly instead of through a SUFFIX macro --- Alc/mixer_inc.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Alc/mixer_inc.c') diff --git a/Alc/mixer_inc.c b/Alc/mixer_inc.c index 63003f03..a82930cc 100644 --- a/Alc/mixer_inc.c +++ b/Alc/mixer_inc.c @@ -8,12 +8,6 @@ #include "align.h" -#define REAL_MERGE(a,b) a##b -#define MERGE(a,b) REAL_MERGE(a,b) - -#define MixHrtf MERGE(MixHrtf_,SUFFIX) - - static inline void SetupCoeffs(ALfloat (*restrict OutCoeffs)[2], const HrtfParams *hrtfparams, ALuint IrSize, ALuint Counter); @@ -83,9 +77,3 @@ void MixHrtf(ALfloat (*restrict OutBuffer)[BUFFERSIZE], const ALfloat *data, OutPos++; } } - - -#undef MixHrtf - -#undef MERGE -#undef REAL_MERGE -- cgit v1.2.3