diff options
author | Chris Robinson <[email protected]> | 2018-01-21 23:35:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-21 23:35:28 -0800 |
commit | 5f3ae527c92fa1fda0ea87be9629db2c320831ec (patch) | |
tree | 52a8a28507c408b20c1355f6446f592b8c0f5dc2 /Alc/ALc.c | |
parent | db13af1935f969bb579fca9d79c6600d91c0fe32 (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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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), |