diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:14:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:14:34 -0600 |
commit | f26baad2e1e8cb3c24fa64cc31869ec7b27d71ff (patch) | |
tree | c906f9b4b89bf4f8e893db2203815a6487238ef7 /src/mesa/main/pixel.h | |
parent | ffeb90169fd54d6e364a308a9b997437426e1b83 (diff) |
mesa: refactor: move glPixelStore function into new pixelstore.c file
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r-- | src/mesa/main/pixel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h index 3ba5b6689ab..05bddf5ccf6 100644 --- a/src/mesa/main/pixel.h +++ b/src/mesa/main/pixel.h @@ -57,13 +57,6 @@ extern void GLAPIENTRY _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ); extern void GLAPIENTRY -_mesa_PixelStoref( GLenum pname, GLfloat param ); - - -extern void GLAPIENTRY -_mesa_PixelStorei( GLenum pname, GLint param ); - -extern void GLAPIENTRY _mesa_PixelTransferf( GLenum pname, GLfloat param ); extern void GLAPIENTRY |