mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 00:10:40 +02:00
remove an assertion
This commit is contained in:
parent
4e470db0b9
commit
20e11b2332
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue