projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad2c5b
)
Removed references to gcc's __FUNCTION__ macro.
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 30 Oct 2000 16:30:56 +0000
(16:30 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 30 Oct 2000 16:30:56 +0000
(16:30 +0000)
Removed dead file fog_tmp.h
src/mesa/main/varray.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/varray.c
b/src/mesa/main/varray.c
index faada66b22100ec8fdef739bb21dc425018ea26a..c4fc24d09e0b11c2f54790728a0684753a789103 100644
(file)
--- a/
src/mesa/main/varray.c
+++ b/
src/mesa/main/varray.c
@@
-1,4
+1,4
@@
-/* $Id: varray.c,v 1.2
7 2000/10/30 13:32:02
keithw Exp $ */
+/* $Id: varray.c,v 1.2
8 2000/10/30 16:30:56
keithw Exp $ */
/*
* Mesa 3-D graphics library
@@
-299,8
+299,6
@@
_mesa_SecondaryColorPointerEXT(GLint size, GLenum type,
{
GET_CURRENT_CONTEXT(ctx);
- fprintf(stderr, "%s\n", __FUNCTION__);
-
if (size != 3 && size != 4) {
gl_error( ctx, GL_INVALID_VALUE, "glColorPointer(size)" );
return;