From: Brian Paul Date: Mon, 13 Nov 2000 15:33:56 +0000 (+0000) Subject: removed unused var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b8ae62d6b6a3b06c51628123fc30634cacf9c7c;p=mesa.git removed unused var --- diff --git a/src/mesa/drivers/glide/fxsetup.c b/src/mesa/drivers/glide/fxsetup.c index 49d55541c8d..5d5cd112924 100644 --- a/src/mesa/drivers/glide/fxsetup.c +++ b/src/mesa/drivers/glide/fxsetup.c @@ -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();