mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
vbo: remove unused variables in vbo_context
Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
This commit is contained in:
parent
81afdd20f3
commit
f9c40dbb0d
1 changed files with 0 additions and 4 deletions
|
|
@ -71,10 +71,6 @@ struct vbo_context {
|
|||
GLuint map_vp_none[VERT_ATTRIB_MAX];
|
||||
GLuint map_vp_arb[VERT_ATTRIB_MAX];
|
||||
|
||||
GLfloat *current[VBO_ATTRIB_MAX]; /* points into ctx->Current, ctx->Light.Material */
|
||||
GLfloat CurrentFloatEdgeFlag;
|
||||
|
||||
|
||||
struct vbo_exec_context exec;
|
||||
#if FEATURE_dlist
|
||||
struct vbo_save_context save;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue