Module: Mesa
Branch: master
Commit: 291e374ea5528abd084bf0e9996a81b2f2e65e10
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=291e374ea5528abd084bf0e9996a81b2f2e65e10

Author: Brian Paul <[email protected]>
Date:   Sat Jan  7 14:28:57 2012 -0700

mesa: remove unused _mesa_unpack_uint_rgba_row() prototype

---

 src/mesa/main/format_unpack.h |    5 -----
 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);
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to