summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:01:02 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:51 -0700
commit5ab1d0aceaffbf872d7f8ebea2a6655e25bf2390 (patch)
tree76a3c9c38334465497f2b0fd120b4cbaced053cb /src/mesa/main/buffers.h
parent55e341c4c2e5a6f3475a8a3e6389b904f99a6d1a (diff)
mesa: refactor: move glClear, glClearColor into new clear.c file.
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index 0af34757e0..914730ab9d 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -37,16 +37,6 @@
extern void GLAPIENTRY
-_mesa_ClearIndex( GLfloat c );
-
-extern void GLAPIENTRY
-_mesa_ClearColor( GLclampf red, GLclampf green,
- GLclampf blue, GLclampf alpha );
-
-extern void GLAPIENTRY
-_mesa_Clear( GLbitfield mask );
-
-extern void GLAPIENTRY
_mesa_DrawBuffer( GLenum mode );
extern void GLAPIENTRY