diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-19 17:27:33 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-19 17:27:33 +0000 |
commit | 20e11b233277da7091ef5052f04208e344b05334 (patch) | |
tree | e466be851d215b4a2adff4987f8e0404f226db7c | |
parent | 4e470db0b94a69d149d54381a7d4785da7c9f73b (diff) |
remove an assertion
-rw-r--r-- | src/mesa/main/framebuffer.c | 2 |
1 files changed, 0 insertions, 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 */ |