diff options
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index 914730ab9d..dda818c326 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -53,14 +53,10 @@ extern void GLAPIENTRY _mesa_ReadBuffer( GLenum mode ); extern void GLAPIENTRY -_mesa_ResizeBuffersMESA( void ); - -extern void GLAPIENTRY _mesa_SampleCoverageARB(GLclampf value, GLboolean invert); extern void _mesa_init_multisample(GLcontext *ctx); -extern void _mesa_resizebuffers( GLcontext *ctx ); #endif |