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
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:09:21 -0600
commitbce428c4a65fdcb890ea18bf4a1dfb42ed109006 (patch)
tree397ad447d5b30f1b2d949743de8c31fb3ba983b2 /src/mesa/main/buffers.h
parent9091015a9782ad15e58540a8fd61df83ea2bfe31 (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 ba79db6871..53d5fb80d4 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -52,11 +52,5 @@ _mesa_readbuffer_update_fields(GLcontext *ctx, GLenum buffer);
extern void GLAPIENTRY
_mesa_ReadBuffer( GLenum mode );
-extern void GLAPIENTRY
-_mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
-
-extern void
-_mesa_init_multisample(GLcontext *ctx);
-
#endif