projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce2d87
)
removed debug printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 19 Mar 2000 23:35:42 +0000
(23:35 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 19 Mar 2000 23:35:42 +0000
(23:35 +0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index 748607b8f5e4fbb9599812475bb071db2439a641..cd6bf13f55e5c1e629f9517b5c7c67be44f8c283 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1,4
+1,4
@@
-/* $Id: context.c,v 1.4
8 2000/03/19 01:10:11
brianp Exp $ */
+/* $Id: context.c,v 1.4
9 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;