summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-01-07 14:28:57 -0700
committerBrian Paul <brianp@vmware.com>2012-01-07 14:34:44 -0700
commit291e374ea5528abd084bf0e9996a81b2f2e65e10 (patch)
treeb654dcc9f4bffa4b3408a3527da26ca1c79f96f9 /src/mesa/main/format_unpack.h
parent673535f6071e512b18ac6da622e15bdc45ebf0a0 (diff)
downloadexternal_mesa3d-291e374ea5528abd084bf0e9996a81b2f2e65e10.zip
external_mesa3d-291e374ea5528abd084bf0e9996a81b2f2e65e10.tar.gz
external_mesa3d-291e374ea5528abd084bf0e9996a81b2f2e65e10.tar.bz2
mesa: remove unused _mesa_unpack_uint_rgba_row() prototype
Diffstat (limited to 'src/mesa/main/format_unpack.h')
-rw-r--r--src/mesa/main/format_unpack.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/format_unpack.h b/src/mesa/main/format_unpack.h
index 0d13a2d..c5348d3 100644
--- a/src/mesa/main/format_unpack.h
+++ b/src/mesa/main/format_unpack.h
@@ -40,11 +40,6 @@ _mesa_unpack_rgba_block(gl_format format,
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);