diff options
author | Ian Romanick <[email protected]> | 2011-08-29 11:38:55 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-09-06 12:09:09 -0700 |
commit | 81a6cf9ddf5ab7e1c35cf99c28cc7fad808230ef (patch) | |
tree | 49839c439bcef3324e9c959a44f368410565f240 /src/mesa/main/pixeltransfer.h | |
parent | 0b6dd750584c8e03aa14968d6efdf393e7c8c8f0 (diff) |
mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/pixeltransfer.h')
-rw-r--r-- | src/mesa/main/pixeltransfer.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/pixeltransfer.h b/src/mesa/main/pixeltransfer.h index 34f3e49ba76..8af2e9ee2d8 100644 --- a/src/mesa/main/pixeltransfer.h +++ b/src/mesa/main/pixeltransfer.h @@ -41,15 +41,6 @@ extern void _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]); extern void -_mesa_lookup_rgba_float(const struct gl_color_table *table, - GLuint n, GLfloat rgba[][4]); - -extern void -_mesa_lookup_rgba_ubyte(const struct gl_color_table *table, - GLuint n, GLubyte rgba[][4]); - - -extern void _mesa_map_ci_to_rgba(const struct gl_context *ctx, GLuint n, const GLuint index[], GLfloat rgba[][4]); |