remove redundant 'const'

This commit is contained in:
Brian Paul
2006-05-30 22:15:24 +00:00
parent 8333012b56
commit e4cb9cd167

View 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;