summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-19 23:35:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-19 23:35:42 +0000
commite7eb459d27477ded5805bcb7ae841ac0bfd4b2bf (patch)
tree426a380f48e186812bdefa058d56f6a823c57e4c /src/mesa/main/context.c
parent4ce2d87cf6bd06104caa4dc3a30baf996b9ff08c (diff)
removed debug printf
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 748607b8f5..cd6bf13f55 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.48 2000/03/19 01:10:11 brianp Exp $ */
+/* $Id: context.c,v 1.49 2000/03/19 23:35:42 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -287,7 +287,6 @@ GLvisual *gl_create_visual( GLboolean rgbFlag,
* bad value now (a 1-bit depth buffer!?!).
*/
assert(depthBits == 0 || depthBits > 1);
-printf("depthbits %d\n", depthBits);
if (depthBits < 0 || depthBits > 32) {
return NULL;