aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/al/buffer.h b/al/buffer.h
index 15546ac9..b2774860 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -56,8 +56,6 @@ enum FmtChannels : unsigned char {
FmtBFormat2D = UserFmtBFormat2D,
FmtBFormat3D = UserFmtBFormat3D,
};
-#define MAX_INPUT_CHANNELS (8)
-
ALuint BytesFromFmt(FmtType type) noexcept;
ALuint ChannelsFromFmt(FmtChannels chans) noexcept;