diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-07-19 18:18:49 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-07-19 18:18:49 +0000 |
commit | 364ae78e69361618c49078edb1dee090a18025f5 (patch) | |
tree | ecea0311f9d726dc63ace7c8c50e622c89c99f59 /src | |
parent | 8d7d9c22f6aacf1e3bddf39e4305dcc152a498a1 (diff) |
remove fprintf()
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/api_arrayelt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c index e4bb99807e..71becd3533 100644 --- a/src/mesa/main/api_arrayelt.c +++ b/src/mesa/main/api_arrayelt.c @@ -756,8 +756,6 @@ void GLAPIENTRY _ae_loopback_array_elt( GLint elt ) const GLubyte *src = aa->array->BufferObj->Data + (uintptr_t) aa->array->Ptr + elt * aa->array->StrideB; - fprintf( stderr, "[%s,%u] aa->offset = %d\n", __func__, __LINE__, - aa->offset ); CALL_by_offset( disp, (array_func), aa->offset, ((const void *) src) ); } |