diff options
author | Brian Paul <[email protected]> | 2012-02-09 22:15:45 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-02-10 08:06:57 -0700 |
commit | 0d6ef4e299d77086d6da3b09664f6550ce0b9e72 (patch) | |
tree | d1f28498d5142ae754a2d185f01e09fcc90b3fca /src/mesa/main/pixeltransfer.h | |
parent | fcca8f0b7aeedaf22b33223b6148a6b5731ba89c (diff) |
mesa: remove unused _mesa_map_ci8_to_rgba8()
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/main/pixeltransfer.h')
-rw-r--r-- | src/mesa/main/pixeltransfer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/pixeltransfer.h b/src/mesa/main/pixeltransfer.h index a8c14757ffa..3cd7ebe7741 100644 --- a/src/mesa/main/pixeltransfer.h +++ b/src/mesa/main/pixeltransfer.h @@ -46,12 +46,6 @@ _mesa_map_ci_to_rgba(const struct gl_context *ctx, extern void -_mesa_map_ci8_to_rgba8(const struct gl_context *ctx, - GLuint n, const GLubyte index[], - GLubyte rgba[][4]); - - -extern void _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n, GLfloat depthValues[]); |