aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-31 08:15:20 -0700
committerChris Robinson <[email protected]>2017-03-31 08:15:20 -0700
commit355a8898cf4886e4193d43ffa0b7204c1eef7d93 (patch)
treed12cfd80ce6b25008bccdf045516de5d0e5c2077 /OpenAL32/Include
parentac8b4aa5f66db68609459a9444c2a7083b2e8f28 (diff)
Remove the (u)byte3 sample formats
They're not accessible since the removal of the buffer_samples extension, and were kind of clunky to work with as 24-bit packed values.
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alBuffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 062be452..b13e1231 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -17,8 +17,6 @@ enum UserFmtType {
UserFmtUInt = AL_UNSIGNED_INT_SOFT,
UserFmtFloat = AL_FLOAT_SOFT,
UserFmtDouble = AL_DOUBLE_SOFT,
- UserFmtByte3 = AL_BYTE3_SOFT,
- UserFmtUByte3 = AL_UNSIGNED_BYTE3_SOFT,
UserFmtMulaw = AL_MULAW_SOFT,
UserFmtAlaw = 0x10000000,
UserFmtIMA4,