aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index c427df0c..2c326327 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -84,13 +84,8 @@ typedef struct BsincState {
const ALfloat *filter;
} BsincState;
-typedef struct Sinc4State {
- const ALfloat (*filter)[4];
-} Sinc4State;
-
typedef union InterpState {
BsincState bsinc;
- Sinc4State sinc4;
} InterpState;
typedef const ALfloat* (*ResamplerFunc)(const InterpState *state,