aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-03 10:07:43 -0700
committerChris Robinson <[email protected]>2020-04-03 10:07:43 -0700
commitbd50601f15dbd04ff2cde63699575a1864d32e66 (patch)
tree2b10f4399a9ba46c7ec270d3f28425deec209841 /al/buffer.h
parent8f47013e43a1585bfe7ba1fea244bda9e4e73670 (diff)
Remove a couple outdated comments
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/al/buffer.h b/al/buffer.h
index b2774860..15367a63 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -31,8 +31,8 @@ enum UserFmtChannels : unsigned char {
UserFmtX51, /* (WFX order) */
UserFmtX61, /* (WFX order) */
UserFmtX71, /* (WFX order) */
- UserFmtBFormat2D, /* WXY */
- UserFmtBFormat3D, /* WXYZ */
+ UserFmtBFormat2D,
+ UserFmtBFormat3D,
};