projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c455e4
)
remove debug printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 29 Mar 2003 17:09:42 +0000
(17:09 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 29 Mar 2003 17:09:42 +0000
(17:09 +0000)
src/mesa/tnl/t_imm_alloc.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_imm_alloc.c
b/src/mesa/tnl/t_imm_alloc.c
index 4c1e8201beb1cec855681ad71db4f23f4a221aa2..f0c31a7642ed25bca2855e5dbb7cfb4f19bf11d1 100644
(file)
--- a/
src/mesa/tnl/t_imm_alloc.c
+++ b/
src/mesa/tnl/t_imm_alloc.c
@@
-1,4
+1,4
@@
-/* $Id: t_imm_alloc.c,v 1.1
8 2003/03/28 01:39:05
brianp Exp $ */
+/* $Id: t_imm_alloc.c,v 1.1
9 2003/03/29 17:09:42
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-42,8
+42,6
@@
real_alloc_immediate( GLcontext *ctx )
{
struct immediate *immed = ALIGN_CALLOC_STRUCT( immediate, 32 );
- printf("Sizeof(struct immed) = %d\n", sizeof(struct immediate));
-
if (!immed)
return NULL;