diff options
author | Brian Paul <[email protected]> | 2012-10-08 17:45:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-10-09 07:05:47 -0600 |
commit | 541158fbb972252004de328391e9a1694572cddb (patch) | |
tree | b32e92ed64bbbad7554fd2b7dc4435c7ae036ad6 /src/mesa/main/texcompress_cpal.h | |
parent | 30ebc8650caa8f67deebaae397a04dfdfc50d1df (diff) |
mesa: remove unused _mesa_cpal_compressed_format_type() function
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/texcompress_cpal.h')
-rw-r--r-- | src/mesa/main/texcompress_cpal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texcompress_cpal.h b/src/mesa/main/texcompress_cpal.h index 7507d5c1b65..7d28fd8669d 100644 --- a/src/mesa/main/texcompress_cpal.h +++ b/src/mesa/main/texcompress_cpal.h @@ -38,8 +38,5 @@ extern unsigned _mesa_cpal_compressed_size(int level, GLenum internalFormat, unsigned width, unsigned height); -extern void -_mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format, - GLenum *type); #endif /* TEXCOMPRESS_CPAL_H */ |