wgl: None of the WGL_render_texture attribute values makes sense for GLX_X_RENDERABLE, so get rid of it.

This commit is contained in:
Roderick Colenbrander 2009-11-13 12:24:10 +01:00 committed by Alexandre Julliard
parent 16c20d3c73
commit a46bd4bc9f
1 changed files with 0 additions and 1 deletions

View File

@ -756,7 +756,6 @@ static int ConvertAttribWGLtoGLX(const int* iWGLAttr, int* oGLXAttr, Wine_GLPBuf
ERR("trying to use WGL_render_texture Attributes without support (was %x)\n", iWGLAttr[cur]);
return -1; /** error: don't support it */
} else {
PUSH2(oGLXAttr, GLX_X_RENDERABLE, pop);
drawattrib |= GLX_PBUFFER_BIT;
}
}