From c3cbfecbaebcbfeb867a3918b67afe825b030925 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 21 May 2011 21:16:30 -0700 Subject: [PATCH] Remove duplicate macros --- Alc/ALc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Alc/ALc.c b/Alc/ALc.c index 0b3fdbbf..f5a588fb 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -111,12 +111,6 @@ static BackendInfo BackendLoopback = { }; #undef EmptyFuncs -/////////////////////////////////////////////////////// - -#define ALC_EFX_MAJOR_VERSION 0x20001 -#define ALC_EFX_MINOR_VERSION 0x20002 -#define ALC_MAX_AUXILIARY_SENDS 0x20003 - /////////////////////////////////////////////////////// // STRING and EXTENSIONS