diff options
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r-- | src/mesa/main/state.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h index 92c0661d4ee..b3ea28d0968 100644 --- a/src/mesa/main/state.h +++ b/src/mesa/main/state.h @@ -39,10 +39,6 @@ _mesa_update_state_locked(struct gl_context *ctx); extern void -_mesa_set_varying_vp_inputs(struct gl_context *ctx, GLbitfield varying_inputs); - - -extern void _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag); |