summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-29 17:09:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-29 17:09:42 +0000
commit56fe21b3e7eb84a9bc9afaa69e7ce60381b9f004 (patch)
tree4470bdc864765526f90874632405f0c06b1ed290 /src/mesa
parent1c455e4843e2dabc5e2fa2ce60c2d605643bf5df (diff)
remove debug printf
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/tnl/t_imm_alloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_imm_alloc.c b/src/mesa/tnl/t_imm_alloc.c
index 4c1e8201be..f0c31a7642 100644
--- 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.18 2003/03/28 01:39:05 brianp Exp $ */
+/* $Id: t_imm_alloc.c,v 1.19 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;