diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:14:34 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:51 -0700 |
commit | 411d6672a6f3b228faebcf13da90388ea7671ae2 (patch) | |
tree | 3ec2ba054d6792f9d583620588b6066f1833cd63 /src/mesa/main/pixel.h | |
parent | 9228f1c881b7574d75f6ef4dfa5e06aba398ed02 (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 09155cfd70d..ad874e9f0f9 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 |