summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:14:34 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:51 -0700
commit411d6672a6f3b228faebcf13da90388ea7671ae2 (patch)
tree3ec2ba054d6792f9d583620588b6066f1833cd63 /src/mesa/main/pixel.h
parent9228f1c881b7574d75f6ef4dfa5e06aba398ed02 (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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h
index 09155cfd70..ad874e9f0f 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