diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 95463c68d27..586f926fb18 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -447,7 +447,6 @@ struct brw_vertex_buffer { }; struct brw_vertex_element { const struct gl_array_attributes *glattrib; - const struct gl_vertex_buffer_binding *glbinding; int buffer; bool is_dual_slot; |