remove a debug printf

This commit is contained in:
Brian Paul 2002-03-15 18:24:53 +00:00
parent 8843d52af1
commit a72edf01ba

View file

@ -1,4 +1,4 @@
/* $Id: fakeglx.c,v 1.59 2001/10/22 22:45:18 brianp Exp $ */
/* $Id: fakeglx.c,v 1.60 2002/03/15 18:24:53 brianp Exp $ */
/*
* Mesa 3-D graphics library
@ -1235,7 +1235,6 @@ Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
((__GLXcontext *) ctx)->currentDrawable = draw;
((__GLXcontext *) ctx)->currentReadable = read;
#ifdef GLX_BUILT_IN_XMESA
printf("Set fake context ctx %p\n", ctx);
__glXSetCurrentContext(ctx);
#endif
return True;