summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.h
diff options
context:
space:
mode:
authorMathias Fröhlich <[email protected]>2019-05-12 10:35:52 +0200
committerMathias Fröhlich <[email protected]>2019-05-14 18:09:49 +0200
commitdf50af19d30f9ecc07e567911293601ed08fe94e (patch)
tree402fa69ef1cd3bb2352a390abf378d39f6248fd8 /src/mesa/main/state.h
parent99952579f343c39850c6d2d3c48a30c4b0a5053d (diff)
mesa: Make _mesa_set_varying_vp_inputs static in state.c.
Is no longer used outside that file. Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r--src/mesa/main/state.h4
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);