summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-12-15 02:14:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-12-15 02:14:43 +0000
commitd2237d48eccbd47a4e69078c25de09453730d298 (patch)
tree6b5bc24d02fb12f61a5da8a9b52549e263908c1e /src/mesa/main/vtxfmt.c
parentc3d90f3211d3214722a60c46ec5cef7c65836b39 (diff)
vertex program fixes
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r--src/mesa/main/vtxfmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index 29e57fc8fd..599dce1bf2 100644
--- a/src/mesa/main/vtxfmt.c
+++ b/src/mesa/main/vtxfmt.c
@@ -1,4 +1,4 @@
-/* $Id: vtxfmt.c,v 1.9 2001/12/14 02:50:02 brianp Exp $ */
+/* $Id: vtxfmt.c,v 1.10 2001/12/15 02:14:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -82,7 +82,6 @@
static void install_vtxfmt( struct _glapi_table *tab, GLvertexformat *vfmt )
{
- printf("%s()\n", __FUNCTION__);
tab->ArrayElement = vfmt->ArrayElement;
tab->Color3f = vfmt->Color3f;
tab->Color3fv = vfmt->Color3fv;