mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 04:50:38 +02:00
remove some test code
This commit is contained in:
parent
9f8b3fac97
commit
bd1d9d96b2
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue