diff options
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index e4dbc5acd97..971ca0b55b2 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; |