silence warning

This commit is contained in:
Keith Whitwell
2007-08-09 19:08:52 +01:00
parent 1ac106eefd
commit 00677fb67c
+1 -1
View 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: {