diff options
author | Brian <[email protected]> | 2007-08-18 16:10:25 +0100 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-18 16:11:31 +0100 |
commit | 95e84a09ce3f35f59465be28026e83c1bc40ae8a (patch) | |
tree | 81ea88ecdb757f26c9d538547b19ca8263916a09 /src/mesa/main/buffers.h | |
parent | dcfdb63b9fde8134562cb3a4e779a36e0abb4ae5 (diff) |
remove dead code left over after fixing GL_READ/DRAW_BUFFER state issues
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index e7228a6da6b..9c0070e00f1 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -59,11 +59,6 @@ _mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum *buffers, extern void _mesa_readbuffer(GLcontext *ctx, GLenum buffer, GLint bufferIndex); -#if 0 -extern GLboolean -_mesa_readbuffer_update_fields(GLcontext *ctx, GLenum buffer); -#endif - extern void GLAPIENTRY _mesa_ReadBuffer( GLenum mode ); |