X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fformat_pack.h;h=aa7113e9b27b406564f9f231432d5ae89c02d3d3;hb=ffd9c7fd74622b3c4271ea31df9e09b4180d4a5a;hp=6087fc381b197c08613c59524646cf676bff7e31;hpb=f8d160fc96cccb46040d47b4dead31c81375e6b6;p=mesa.git diff --git a/src/mesa/main/format_pack.h b/src/mesa/main/format_pack.h index 6087fc381b1..aa7113e9b27 100644 --- a/src/mesa/main/format_pack.h +++ b/src/mesa/main/format_pack.h @@ -68,10 +68,6 @@ extern gl_pack_ubyte_stencil_func _mesa_get_pack_ubyte_stencil_func(mesa_format format); -extern void -_mesa_pack_int_rgba_row(mesa_format format, GLuint n, - const GLint src[][4], void *dst); - extern void _mesa_pack_float_rgba_row(mesa_format format, GLuint n, const GLfloat src[][4], void *dst);