OSDN Git Service

Small compile fix
authorJon Taylor <taylorj@ggi-project.org>
Thu, 16 Nov 2000 10:38:39 +0000 (10:38 +0000)
committerJon Taylor <taylorj@ggi-project.org>
Thu, 16 Nov 2000 10:38:39 +0000 (10:38 +0000)
src/mesa/drivers/ggi/ggimesa.c

index 97c7780..125aefc 100644 (file)
@@ -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;