aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-21 18:15:25 -0800
committerChris Robinson <[email protected]>2018-01-21 18:16:27 -0800
commitefd11f32a20c8fa06161a42facc5b97180c0c1a5 (patch)
tree135d2d11a61ed7db8897448c7d0e2bad8842a716 /OpenAL32/Include/alBuffer.h
parent6489fb586b7f7776ade4adb48910599fc8528802 (diff)
Remove support for (signed) byte and ushort sample storage
Also not used without buffer_samples
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-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 3e4268e0..35c880c9 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -9,10 +9,8 @@ extern "C" {
/* User formats */
enum UserFmtType {
- UserFmtByte,
UserFmtUByte,
UserFmtShort,
- UserFmtUShort,
UserFmtFloat,
UserFmtDouble,
UserFmtMulaw,