summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorPauli Nieminen <pauli.nieminen@linux.intel.com>2012-06-12 21:38:45 +0300
committerKenneth Graunke <kenneth@whitecape.org>2012-08-12 15:49:30 -0700
commit5606bd574e264c4beda8eb1d10b48d17e9b8b497 (patch)
treecebc1860a6a3b09d8eb9415918969329f81ebc9d /src/mesa/main/texstore.h
parentc9a7dfcf92e6adb4b85338c2c8dbbfbaf39fbfe7 (diff)
downloadexternal_mesa3d-5606bd574e264c4beda8eb1d10b48d17e9b8b497.zip
external_mesa3d-5606bd574e264c4beda8eb1d10b48d17e9b8b497.tar.gz
external_mesa3d-5606bd574e264c4beda8eb1d10b48d17e9b8b497.tar.bz2
mesa: Remove unnecessary parameters CompressedTexImage
In tune with previous patches. Again there is duplication of information in function parameters that is good to remove. Signed-off-by: Pauli Nieminen <pauli.nieminen@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h
index fbcb41b..7af532d 100644
--- a/src/mesa/main/texstore.h
+++ b/src/mesa/main/texstore.h
@@ -109,9 +109,6 @@ _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims,
extern void
_mesa_store_compressed_teximage(struct gl_context *ctx, GLuint dims,
struct gl_texture_image *texImage,
- GLint internalFormat,
- GLint width, GLint height, GLint depth,
- GLint border,
GLsizei imageSize, const GLvoid *data);