From cc88eb97e08070fb5b599c0dd3f3d3cc0b88f9a1 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 28 Jun 2017 14:20:48 +1000 Subject: mesa: inline _mesa_finish() Reviewed-by: Samuel Pitoiset --- src/mesa/main/context.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/context.h') diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index ccb54635def..4f75f577135 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -161,9 +161,6 @@ extern void _mesa_record_error( struct gl_context *ctx, GLenum error ); -extern void -_mesa_finish(struct gl_context *ctx); - extern void _mesa_flush(struct gl_context *ctx); -- cgit v1.2.3