removed unused var
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 13 Nov 2000 15:33:56 +0000 (15:33 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 13 Nov 2000 15:33:56 +0000 (15:33 +0000)
src/mesa/drivers/glide/fxsetup.c

index 49d55541c8d35a44be41a1046d42f1f3d3333208..5d5cd1129240395a3aed8285041c4843e44b77c2 100644 (file)
@@ -1518,7 +1518,6 @@ void fxSetScissorValues(GLcontext *ctx)
 
 static void fxSetupScissor(GLcontext *ctx)
 {
-  fxMesaContext fxMesa=(fxMesaContext)ctx->DriverCtx;
     BEGIN_BOARD_LOCK();
     fxSetScissorValues(ctx);
     END_BOARD_LOCK();