summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:09:21 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:52 -0700
commitc132e2b1db855b3c33d8b879c4a986011d631d43 (patch)
tree3b339f5b7772090ee5db949b33143704a967d06e /src/mesa/main/buffers.h
parente48defc98045f419e71ca13e4f45470b2336ecaf (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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index dda818c326..8a7e7b5c1f 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