aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-21 21:16:30 -0700
committerChris Robinson <[email protected]>2011-05-21 21:16:30 -0700
commitc3cbfecbaebcbfeb867a3918b67afe825b030925 (patch)
treec5a90234bf7d0e232bdd6ac9e07b86140e485882 /Alc/ALc.c
parenta9d9553fff7f3ec571770a9b4a22c5a46f91780f (diff)
Remove duplicate macros
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 0b3fdbbf..f5a588fb 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -112,12 +112,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
typedef struct ALCfunction {