From 7eda7a455bd625c6fc44e9707a20c5b6f7c035a8 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 30 Jan 2013 21:36:38 -0800 Subject: i965: Remove dead field brw_context::constant_map. This was used by the old VS backend, but that's long gone. --- src/mesa/drivers/dri/i965/brw_context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965') diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 620f09fc97d..c60088d03fc 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -907,7 +907,6 @@ struct brw_context struct { struct brw_vs_prog_data *prog_data; - int8_t *constant_map; /* variable array following prog_data */ drm_intel_bo *scratch_bo; drm_intel_bo *const_bo; -- cgit v1.2.3