diff options
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 */ |