aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-21 23:35:28 -0800
committerChris Robinson <[email protected]>2018-01-21 23:35:28 -0800
commit5f3ae527c92fa1fda0ea87be9629db2c320831ec (patch)
tree52a8a28507c408b20c1355f6446f592b8c0f5dc2 /Alc/ALc.c
parentdb13af1935f969bb579fca9d79c6600d91c0fe32 (diff)
More cleanup for buffer loading
Don't bother with unnecessary and unused converters, and remove some unsupported queries.
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 51bbc182..dbdc2986 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -475,10 +475,6 @@ static const struct {
DECL(AL_BITS),
DECL(AL_CHANNELS),
DECL(AL_SIZE),
- DECL(AL_INTERNAL_FORMAT_SOFT),
- DECL(AL_BYTE_LENGTH_SOFT),
- DECL(AL_SAMPLE_LENGTH_SOFT),
- DECL(AL_SEC_LENGTH_SOFT),
DECL(AL_UNPACK_BLOCK_ALIGNMENT_SOFT),
DECL(AL_PACK_BLOCK_ALIGNMENT_SOFT),