mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
remove unused var
This commit is contained in:
parent
d4c3f26662
commit
013ce15595
1 changed files with 0 additions and 2 deletions
|
|
@ -88,8 +88,6 @@ static struct gl_program *st_new_program( GLcontext *ctx,
|
|||
GLenum target,
|
||||
GLuint id )
|
||||
{
|
||||
struct st_context *st = st_context(ctx);
|
||||
|
||||
switch (target) {
|
||||
case GL_VERTEX_PROGRAM_ARB: {
|
||||
struct st_vertex_program *prog = CALLOC_STRUCT(st_vertex_program);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue