mesa: remove ctx->Driver.Error() hook
[mesa.git] / src / mesa / main / dd.h
index f91fd4120322b2dd739aa00737e9fd49eee4acec..9a75fd9541af534ee6fbe77920e53bd076083cc7 100644 (file)
@@ -108,12 +108,6 @@ struct dd_function_table {
    void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb,
                           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.
     */