From 0486d633c68b3cb7e400bec3337494b5c62d979d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 27 Nov 2010 20:41:09 -0800 Subject: [PATCH] Remove an unnecessary assert --- OpenAL32/alBuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c index 1a86a23c..a847d7d9 100644 --- a/OpenAL32/alBuffer.c +++ b/OpenAL32/alBuffer.c @@ -1388,7 +1388,6 @@ static ALenum LoadData(ALbuffer *ALBuf, const ALvoid *data, ALsizei size, ALuint ALvoid *temp; assert(NewChannels == OrigChannels); - assert(NewBytes == OrigBytes); DecomposeInputFormat(OrigFormat, &SrcType, &SrcChannels); DecomposeFormat(NewFormat, &DstType, &DstChannels); -- 2.11.4.GIT