summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-08 14:45:58 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-08 15:13:48 -0700
commitc3395f4473c8fdf75d04c0dd72e687bc8d8127a7 (patch)
treecc9d8136374bfb9afa694c4e5a43d29c7ac545f2 /src/mesa/main/mipmap.h
parent21e9396e650d23084bfeae0d2670b5ffcf731a85 (diff)
Remove unused texunit parameter to ctx->Driver.GenerateMipmap()
Diffstat (limited to 'src/mesa/main/mipmap.h')
-rw-r--r--src/mesa/main/mipmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mipmap.h b/src/mesa/main/mipmap.h
index df78603283..46e16902c8 100644
--- a/src/mesa/main/mipmap.h
+++ b/src/mesa/main/mipmap.h
@@ -30,7 +30,6 @@
extern void
_mesa_generate_mipmap(GLcontext *ctx, GLenum target,
- const struct gl_texture_unit *texUnit,
struct gl_texture_object *texObj);