silence the finalize_mipmap_tree msg

This commit is contained in:
Brian
2007-11-01 14:51:08 -06:00
parent 15c565b018
commit 64988ff7fe

View File

@@ -56,8 +56,10 @@ update_textures(struct st_context *st)
GLboolean flush, retval;
retval = st_finalize_mipmap_tree(st->ctx, st->pipe, u, &flush);
#if 0
printf("finalize_mipmap_tree returned %d, flush = %d\n",
retval, flush);
#endif
mt = st_get_texobj_mipmap_tree(texObj);
}