summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-10-30 16:30:56 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-10-30 16:30:56 +0000
commitcaef4a35d602669f742524757bef3c63f0c164a8 (patch)
treed09b6c0b3f2429113776dacd99dc2cbb5a85b8b2
parent6ad2c5b59aff29d28029bffe9d34ac73cdcb8079 (diff)
Removed references to gcc's __FUNCTION__ macro.
Removed dead file fog_tmp.h
-rw-r--r--src/mesa/main/varray.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c
index faada66b22..c4fc24d09e 100644
--- a/src/mesa/main/varray.c
+++ b/src/mesa/main/varray.c
@@ -1,4 +1,4 @@
-/* $Id: varray.c,v 1.27 2000/10/30 13:32:02 keithw Exp $ */
+/* $Id: varray.c,v 1.28 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;