summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-10 09:43:37 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-10 09:43:37 -0600
commit013ce15595df19005996046ed4f9f42771299d14 (patch)
treee6aef620441c0dc41eb24ab478ece25a355b79e9 /src/mesa/state_tracker/st_cb_program.c
parentd4c3f26662c48235462ae25b84c7b63e48af1c22 (diff)
remove unused var
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.c')
-rw-r--r--src/mesa/state_tracker/st_cb_program.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.c b/src/mesa/state_tracker/st_cb_program.c
index 23a7bf473e..26609e9645 100644
--- a/src/mesa/state_tracker/st_cb_program.c
+++ b/src/mesa/state_tracker/st_cb_program.c
@@ -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);