removed unused var

This commit is contained in:
Brian Paul 2000-11-13 15:33:56 +00:00
parent a2c4c98023
commit 6b8ae62d6b

View 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();