diff options
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 309d25cf3b8..17fb86c3239 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -154,10 +154,6 @@ _mesa_set_context_lost_dispatch(struct gl_context *ctx); /*@{*/ extern void -_mesa_record_error( struct gl_context *ctx, GLenum error ); - - -extern void _mesa_flush(struct gl_context *ctx); extern void GLAPIENTRY |