diff options
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 8e0e88a3920..0118e5f6ac4 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -155,11 +155,6 @@ extern struct _glapi_table * _mesa_get_dispatch(struct gl_context *ctx); -void -_mesa_set_mvp_with_dp4( struct gl_context *ctx, - GLboolean flag ); - - extern GLboolean _mesa_valid_to_render(struct gl_context *ctx, const char *where); |