mesa: Don't warn when the desired result of s3tc lib available occurs.

This commit is contained in:
Eric Anholt 2010-08-25 23:14:45 -07:00
parent d8ad10dc45
commit 0673b46933
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ _mesa_init_texture_s3tc( GLcontext *ctx )
}
if (dxtlibhandle) {
ctx->Mesa_DXTn = GL_TRUE;
_mesa_warning(ctx, "software DXTn compression/decompression available");
}
#else
(void) ctx;