reverse some debug that slipped through
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 2 Dec 2004 13:32:55 +0000 (13:32 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 2 Dec 2004 13:32:55 +0000 (13:32 +0000)
src/mesa/drivers/x11/glxapi.c

index d33358739c1ce6dae2212972b75ee2dd117ba92e..ae221d1f30c69ec9a7c54784162a819f16bdc212 100644 (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);
 }