GLX_STEREO doesn't have a parameter

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401581
This commit is contained in:
Sam Lantinga 2006-03-22 05:09:27 +00:00
parent b87e7b7670
commit 9424eb4746

View file

@ -126,7 +126,6 @@ XVisualInfo *X11_GL_GetVisual(_THIS)
if( this->gl_config.stereo ) {
attribs[i++] = GLX_STEREO;
attribs[i++] = this->gl_config.stereo;
}
if( this->gl_config.multisamplebuffers ) {