From 20e11b233277da7091ef5052f04208e344b05334 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 19 May 2006 17:27:33 +0000 Subject: remove an assertion --- src/mesa/main/framebuffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 8dd71ef299..ead7d46ea7 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 */ -- cgit v1.2.3