From: Brian Paul Date: Sat, 7 Jan 2012 21:28:57 +0000 (-0700) Subject: mesa: remove unused _mesa_unpack_uint_rgba_row() prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=291e374ea5528abd084bf0e9996a81b2f2e65e10;p=mesa.git mesa: remove unused _mesa_unpack_uint_rgba_row() prototype --- diff --git a/src/mesa/main/format_unpack.h b/src/mesa/main/format_unpack.h index 0d13a2d39a5..c5348d30d48 100644 --- a/src/mesa/main/format_unpack.h +++ b/src/mesa/main/format_unpack.h @@ -39,11 +39,6 @@ _mesa_unpack_rgba_block(gl_format format, GLfloat dst[][4], GLint dstRowStride, GLuint x, GLuint y, GLuint width, GLuint height); -extern void -_mesa_unpack_uint_rgba_row(gl_format format, GLuint n, - const void *src, GLuint dst[][4]); - - extern void _mesa_unpack_float_z_row(gl_format format, GLuint n, const void *src, GLfloat *dst);