diff options
author | Timothy Arceri <[email protected]> | 2017-06-28 14:20:48 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-06-29 08:54:11 +1000 |
commit | cc88eb97e08070fb5b599c0dd3f3d3cc0b88f9a1 (patch) | |
tree | 761e007753513a98226f658957bd9ee238bcba59 /src/mesa/main/context.h | |
parent | d8143a4bde01dcbef7d5099fcdde6a810ca2d99a (diff) |
mesa: inline _mesa_finish()
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 @@ -162,9 +162,6 @@ _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); extern void GLAPIENTRY |