diff options
author | Jon Taylor <[email protected]> | 2000-11-16 10:38:39 +0000 |
---|---|---|
committer | Jon Taylor <[email protected]> | 2000-11-16 10:38:39 +0000 |
commit | 179516673211a2350e479d5321840291f339f5dd (patch) | |
tree | 4b4026cef3754c4c1af62dc183454597567d9872 /src/mesa/drivers/ggi | |
parent | 0a82c75eab24bb51448630894abc19a4c8bdfd87 (diff) |
Small compile fix
Diffstat (limited to 'src/mesa/drivers/ggi')
-rw-r--r-- | src/mesa/drivers/ggi/ggimesa.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |