summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-05 15:31:22 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-05 15:31:22 +0000
commitfc9f313b9d8e19cebb828ef59dcda88117e0bf30 (patch)
tree0dca9749f1e5cb6d61bcfd8317f7aa246b3109e2 /src/mesa/tnl/t_vertex.c
parent588225770c60834dfd2a95850435cc549167dc05 (diff)
Remove debug
Diffstat (limited to 'src/mesa/tnl/t_vertex.c')
-rw-r--r--src/mesa/tnl/t_vertex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c
index b10b3c4ce8..44e924aa1e 100644
--- a/src/mesa/tnl/t_vertex.c
+++ b/src/mesa/tnl/t_vertex.c
@@ -981,9 +981,6 @@ GLuint _tnl_install_attrs( GLcontext *ctx, const struct tnl_attr_map *map,
vtx->attr[i].vertoffset = map[i].offset;
assert(map[i].offset + format_info[format].attrsize < unpacked_size);
}
-
- fprintf(stderr, "%d: offset %d, format: %s\n",
- i, vtx->attr[i].vertoffset, format_info[format].name);
}
if (unpacked_size)