From e4cb9cd167b2993a4d73871b80216af9766f130b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 30 May 2006 22:15:24 +0000 Subject: remove redundant 'const' --- src/mesa/main/texenvprogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 5db2f6249c..0a43f7ac4a 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1106,7 +1106,7 @@ create_new_program(struct state_key *key, GLcontext *ctx, static struct fragment_program * search_cache(const struct texenvprog_cache *cache, GLuint hash, - const const void *key, + const void *key, GLuint keysize) { struct texenvprog_cache_item *c; -- cgit v1.2.3