summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-01-29 12:09:56 -0700
committerBrian Paul <brianp@vmware.com>2013-01-29 12:32:13 -0700
commitce6bf2d4c5968da9beaa5c8192fe1a15e64f318e (patch)
tree1afdf2df384ac4c0e9320886cc9321ed5c2cc37a /src/mesa/main/dd.h
parent67e7263e4567f36e59009a1ca076a2854a6c1b0e (diff)
downloadexternal_mesa3d-ce6bf2d4c5968da9beaa5c8192fe1a15e64f318e.zip
external_mesa3d-ce6bf2d4c5968da9beaa5c8192fe1a15e64f318e.tar.gz
external_mesa3d-ce6bf2d4c5968da9beaa5c8192fe1a15e64f318e.tar.bz2
mesa: remove ctx->Driver.Error() hook
Not used by any driver anymore. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index f91fd41..9a75fd9 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -109,12 +109,6 @@ struct dd_function_table {
GLuint width, GLuint height);
/**
- * Called whenever an error is generated.
- * __struct gl_contextRec::ErrorValue contains the error value.
- */
- void (*Error)( struct gl_context *ctx );
-
- /**
* This is called whenever glFinish() is called.
*/
void (*Finish)( struct gl_context *ctx );