mesa: remove unused _mesa_unpack_uint_rgba_row() prototype

This commit is contained in:
Brian Paul
2012-01-07 14:28:57 -07:00
parent 673535f607
commit 291e374ea5
-5
View File
@@ -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);