remove unused var
authorBrian <brian.paul@tungstengraphics.com>
Wed, 10 Oct 2007 15:43:37 +0000 (09:43 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 10 Oct 2007 15:43:37 +0000 (09:43 -0600)
src/mesa/state_tracker/st_cb_program.c

index 23a7bf4..26609e9 100644 (file)
@@ -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);