mesa: remove assertion w/ undeclared variable texelBytes

This commit is contained in:
Brian Paul 2010-10-12 18:32:06 -06:00
parent 5f612f5c00
commit 1ca5f7cc31

View file

@ -3122,7 +3122,6 @@ _mesa_texstore_s8(TEXSTORE_PARAMS)
{
ASSERT(dstFormat == MESA_FORMAT_S8);
ASSERT(srcFormat == GL_STENCIL_INDEX);
ASSERT(texelBytes == 1);
if (!ctx->_ImageTransferState &&
!srcPacking->SwapBytes &&