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
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:01:02 -0600
commiteade430682516a445a2bf765165362dad19594f0 (patch)
tree0560fce06ce09a02e3b1838d4d589283f8c27cb0 /src/mesa/main/buffers.h
parent8cad3189d3346bce3eee1976f1b5cf32da9dd9a7 (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 50f2f47a04..ca0e7c411c 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