diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:09:21 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:52 -0700 |
commit | c132e2b1db855b3c33d8b879c4a986011d631d43 (patch) | |
tree | 3b339f5b7772090ee5db949b33143704a967d06e /src/mesa/main/buffers.h | |
parent | e48defc98045f419e71ca13e4f45470b2336ecaf (diff) |
mesa: refactor: move multisample-related functions into new multisample.c file
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index dda818c3265..8a7e7b5c1f0 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -52,11 +52,5 @@ _mesa_readbuffer(GLcontext *ctx, GLenum buffer, GLint bufferIndex); extern void GLAPIENTRY _mesa_ReadBuffer( GLenum mode ); -extern void GLAPIENTRY -_mesa_SampleCoverageARB(GLclampf value, GLboolean invert); - -extern void -_mesa_init_multisample(GLcontext *ctx); - #endif |