diff options
author | Brian Paul <[email protected]> | 2005-05-05 15:09:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-05-05 15:09:16 +0000 |
commit | bd1d9d96b2c52948a4178e3bcbba2af251252890 (patch) | |
tree | d800f1e1ed1befbf5db7f9da17d817d883c67908 /src | |
parent | 9f8b3fac97a54746cf2d96bbd2803cdcc52c1d31 (diff) |
remove some test code
Diffstat (limited to 'src')
-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; |