summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-03-07 13:21:50 +0100
committerErik Faye-Lund <[email protected]>2019-04-29 10:28:38 +0000
commitcc5b8a938a4064c26bd9cd034ad2cafedb04ee9a (patch)
tree13be860c82992dce6a40367fa23cbca0250ca010 /src/mesa/state_tracker/st_context.h
parentbe110ba2e4d5f8e5c71294d29dc991f4b6600e79 (diff)
mesa/st: remove always-false state
This code is essentially dead now. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index c87ff81f973..b486ed68fce 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -162,7 +162,6 @@ struct st_context
*/
boolean invalidate_on_gl_viewport;
boolean draw_needs_minmax_index;
- boolean vertex_array_out_of_memory;
boolean has_hw_atomics;
/* Some state is contained in constant objects.