mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 22:20:29 +01:00
silence warning
This commit is contained in:
parent
1ac106eefd
commit
00677fb67c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ static struct gl_program *st_new_program( GLcontext *ctx,
|
|||
GLenum target,
|
||||
GLuint id )
|
||||
{
|
||||
struct st_context *st = st_context(ctx);
|
||||
// struct st_context *st = st_context(ctx);
|
||||
|
||||
switch (target) {
|
||||
case GL_VERTEX_PROGRAM_ARB: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue