diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 2ef02da38c9..afcba461f76 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -144,8 +144,6 @@ enum brw_state_id { BRW_STATE_INDICES, BRW_STATE_VERTICES, BRW_STATE_BATCH, - BRW_STATE_NR_WM_SURFACES, - BRW_STATE_NR_VS_SURFACES, BRW_STATE_INDEX_BUFFER, BRW_STATE_VS_CONSTBUF, BRW_STATE_PROGRAM_CACHE, |