silence warning

This commit is contained in:
Brian 2007-10-25 19:19:51 -06:00
parent ee80e0b620
commit 616112ea2e

View file

@ -464,7 +464,9 @@ static void
clear_depth_buffer(GLcontext *ctx, struct gl_renderbuffer *rb)
{
struct st_renderbuffer *strb = st_renderbuffer(rb);
/*
const GLboolean isDS = is_depth_stencil_format(strb->surface->format);
*/
assert(strb->surface->format);