summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_pack.h
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsalvez <[email protected]>2014-11-12 11:24:30 +0100
committerIago Toral Quiroga <[email protected]>2015-01-12 11:20:30 +0100
commit8993b9818c1f2968f674a6945aa0bc929709f47d (patch)
treea23606c31f88d8cc3a9b8ed59fb24984e06698fb /src/mesa/main/format_pack.h
parentd28d9376e24ef157b59225cf151db4f8c5521d5d (diff)
mesa: Remove _mesa_pack_int_rgba_row() and auxiliary functions
These are no longer used. Signed-off-by: Samuel Iglesias Gonsalvez <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/format_pack.h')
-rw-r--r--src/mesa/main/format_pack.h4
1 files changed, 0 insertions, 4 deletions
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
@@ -69,10 +69,6 @@ _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);