From: Brian Paul Date: Fri, 19 May 2006 17:27:33 +0000 (+0000) Subject: remove an assertion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20e11b233277da7091ef5052f04208e344b05334;p=mesa.git remove an assertion --- diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 8dd71ef299d..ead7d46ea74 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -414,8 +414,6 @@ _mesa_update_framebuffer_visual(struct gl_framebuffer *fb) { GLuint i; - assert(fb->Name != 0); - _mesa_bzero(&fb->Visual, sizeof(fb->Visual)); fb->Visual.rgbMode = GL_TRUE; /* assume this */