vbo: Remove unused vbo_save_context::wrap_count.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
This commit is contained in:
Mathias Fröhlich 2018-02-25 18:01:07 +01:00
parent 07915020f0
commit 1cc3516a11
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ struct vbo_save_context {
GLboolean out_of_memory; /**< True if last VBO allocation failed */
GLuint wrap_count;
GLbitfield replay_flags;
struct _mesa_prim *prims;