summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-05-19 17:27:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-05-19 17:27:33 +0000
commit20e11b233277da7091ef5052f04208e344b05334 (patch)
treee466be851d215b4a2adff4987f8e0404f226db7c /src/mesa/main/framebuffer.c
parent4e470db0b94a69d149d54381a7d4785da7c9f73b (diff)
remove an assertion
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r--src/mesa/main/framebuffer.c2
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 */