diff options
author | Chris Robinson <[email protected]> | 2011-05-21 21:16:30 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-21 21:16:30 -0700 |
commit | c3cbfecbaebcbfeb867a3918b67afe825b030925 (patch) | |
tree | c5a90234bf7d0e232bdd6ac9e07b86140e485882 /Alc/ALc.c | |
parent | a9d9553fff7f3ec571770a9b4a22c5a46f91780f (diff) |
Remove duplicate macros
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 { |