diff options
author | Brian Paul <[email protected]> | 2000-09-08 21:44:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-09-08 21:44:55 +0000 |
commit | 7f7b205259b228f81442f89e8318829737b08db6 (patch) | |
tree | 37fbd611954861ddf89bf7935e6bdaff8cb4d973 /src/mesa/main/dd.h | |
parent | 48c6a6ecd2b94d73317f1579193d98101566217a (diff) |
removed ctx->Driver.Dither function
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 66a740d4ec6..68982004a2a 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -1,4 +1,4 @@ -/* $Id: dd.h,v 1.30 2000/09/07 15:45:27 brianp Exp $ */ +/* $Id: dd.h,v 1.31 2000/09/08 21:44:55 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -336,13 +336,6 @@ struct dd_function_table { * This is called whenever glFlush() is called. */ - void (*Dither)( GLcontext *ctx, GLboolean enable ); - /* - * Enable/disable dithering. - * NOTE: This function will be removed in the future in favor - * of the "Enable" driver function. - */ - void (*Error)( GLcontext *ctx ); /* * Called whenever an error is generated. ctx->ErrorValue contains |