summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.h
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2014-11-06 16:46:13 +0100
committerIago Toral Quiroga <[email protected]>2015-01-12 11:20:29 +0100
commit43a76a9e4416a2ff0b09bb0bc2a39bd4c61148b4 (patch)
treec0beedbe0016709779094f2d9095f96b32a85cd6 /src/mesa/main/pack.h
parent87c595c17b9cf8277c0483389204ff82525f65cf (diff)
mesa: Remove _mesa_unpack_color_span_uint
This is no longer used. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/pack.h')
-rw-r--r--src/mesa/main/pack.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/pack.h b/src/mesa/main/pack.h
index 198368fcc83..4f9cf2d4398 100644
--- a/src/mesa/main/pack.h
+++ b/src/mesa/main/pack.h
@@ -71,12 +71,6 @@ _mesa_unpack_color_span_float(struct gl_context *ctx,
const struct gl_pixelstore_attrib *srcPacking,
GLbitfield transferOps);
-extern void
-_mesa_unpack_color_span_uint(struct gl_context *ctx,
- GLuint n, GLenum dstFormat, GLuint *dest,
- GLenum srcFormat, GLenum srcType,
- const GLvoid *source,
- const struct gl_pixelstore_attrib *srcPacking);
extern void
_mesa_unpack_index_span(struct gl_context *ctx, GLuint n,