diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:01:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 15:01:02 -0600 |
commit | eade430682516a445a2bf765165362dad19594f0 (patch) | |
tree | 0560fce06ce09a02e3b1838d4d589283f8c27cb0 /src/mesa/main/buffers.h | |
parent | 8cad3189d3346bce3eee1976f1b5cf32da9dd9a7 (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.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index 50f2f47a047..ca0e7c411cb 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 |