OSDN Git Service

silence warning
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 18:08:52 +0000 (19:08 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 18:09:44 +0000 (19:09 +0100)
src/mesa/state_tracker/st_cb_program.c

index ed47c12..d0344ef 100644 (file)
@@ -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: {