diff options
author | Keith Whitwell <[email protected]> | 2000-10-30 16:30:56 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2000-10-30 16:30:56 +0000 |
commit | caef4a35d602669f742524757bef3c63f0c164a8 (patch) | |
tree | d09b6c0b3f2429113776dacd99dc2cbb5a85b8b2 /src | |
parent | 6ad2c5b59aff29d28029bffe9d34ac73cdcb8079 (diff) |
Removed references to gcc's __FUNCTION__ macro.
Removed dead file fog_tmp.h
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/varray.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index faada66b221..c4fc24d09e0 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; |