From bd1d9d96b2c52948a4178e3bcbba2af251252890 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 5 May 2005 15:09:16 +0000 Subject: remove some test code --- src/mesa/drivers/x11/fakeglx.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index e4dbc5acd9..971ca0b55b 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -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; -- cgit v1.2.3