remove redundant 'const'
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 30 May 2006 22:15:24 +0000 (22:15 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 30 May 2006 22:15:24 +0000 (22:15 +0000)
src/mesa/main/texenvprogram.c

index 5db2f62..0a43f7a 100644 (file)
@@ -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;