reverse some debug that slipped through

This commit is contained in:
Alan Hourihane
2004-12-02 13:32:55 +00:00
parent 22ae633d1e
commit 8694285053
-3
View File
@@ -162,12 +162,9 @@ XVisualInfo PUBLIC *
glXChooseVisual(Display *dpy, int screen, int *list)
{
struct _glxapi_table *t;
printf("1\n");
GET_DISPATCH(dpy, t);
printf("2\n");
if (!t)
return NULL;
printf("3\n");
return (t->ChooseVisual)(dpy, screen, list);
}