diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-07-01 01:08:29 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-07-01 01:08:29 +0000 |
commit | 54fb9226e4b1262f4dcae6dcfb552238aefd29e7 (patch) | |
tree | eed2783cfb4cec1fb25722ae840c8befb91c759c /src/mesa/main/buffers.c | |
parent | 30aea49cf6450f8f098001076b29aad85d0b9f25 (diff) |
remove OLD_RENDERBUFFER stuff
Diffstat (limited to 'src/mesa/main/buffers.c')
-rw-r--r-- | src/mesa/main/buffers.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 12f58ff662..58435e0ede 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -574,11 +574,6 @@ _mesa_ReadBuffer(GLenum buffer) * \note This function may be called from within Mesa or called by the * user directly (see the GL_MESA_resize_buffers extension). */ -#if OLD_RENDERBUFFER -/* THIS FUNCTION IS OBSOLETE!!! - * See _mesa_resize_framebuffer - */ -#endif void GLAPIENTRY _mesa_ResizeBuffersMESA( void ) { @@ -641,7 +636,8 @@ _mesa_SampleCoverageARB(GLclampf value, GLboolean invert) ctx->NewState |= _NEW_MULTISAMPLE; } -#endif +#endif /* _HAVE_FULL_GL */ + /** |