mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
remove redundant 'const'
This commit is contained in:
parent
8333012b56
commit
e4cb9cd167
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue