mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 22:30:31 +01:00
remove unused ctx var
This commit is contained in:
parent
aa2069586d
commit
db64b60225
1 changed files with 0 additions and 1 deletions
|
|
@ -3880,7 +3880,6 @@ static int set_reg8 (GLcontext *ctx, grammar id, const byte *name, byte value)
|
|||
|
||||
static int extension_is_supported (const GLubyte *ext)
|
||||
{
|
||||
GET_CURRENT_CONTEXT(ctx);
|
||||
const GLubyte *extensions = CALL_GetString(GET_DISPATCH(), (GL_EXTENSIONS));
|
||||
const GLubyte *end = extensions + _mesa_strlen ((const char *) extensions);
|
||||
const GLint ext_len = (GLint)_mesa_strlen ((const char *) ext);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue