From: Jon Taylor Date: Thu, 16 Nov 2000 10:38:39 +0000 (+0000) Subject: Small compile fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=179516673211a2350e479d5321840291f339f5dd;p=mesa.git Small compile fix --- diff --git a/src/mesa/drivers/ggi/ggimesa.c b/src/mesa/drivers/ggi/ggimesa.c index 97c7780a187..125aefcfb67 100644 --- a/src/mesa/drivers/ggi/ggimesa.c +++ b/src/mesa/drivers/ggi/ggimesa.c @@ -217,8 +217,6 @@ static void gl_ggiSetupPointers( GLcontext *ctx ) ctx->Driver.ClearIndex = gl_ggiSetClearIndex; ctx->Driver.ClearColor = gl_ggiSetClearColor; ctx->Driver.Clear = gl_ggiClear; - ctx->Driver.Index = gl_ggiSetIndex; - ctx->Driver.Color = gl_ggiSetColor; ctx->Driver.SetDrawBuffer = gl_ggiSetDrawBuffer; ctx->Driver.SetReadBuffer = gl_ggiSetReadBuffer;