remove some test code

This commit is contained in:
Brian Paul 2005-05-05 15:09:16 +00:00
parent 9f8b3fac97
commit bd1d9d96b2

View file

@ -1228,11 +1228,6 @@ static XVisualInfo *
Fake_glXChooseVisual( Display *dpy, int screen, int *list )
{
XMesaVisual xmvis = choose_visual(dpy, screen, list, GL_FALSE);
{
int x;
glXGetConfig(dpy, xmvis->vishandle, GLX_RED_SIZE, &x);
}
if (xmvis) {
#if 0
return xmvis->vishandle;