vbo: remove unused vbo_save_context::count field

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Brian Paul
2018-01-12 09:28:37 -07:00
parent 1863b18ce6
commit 62fd12e5bc

View File

@@ -136,7 +136,6 @@ struct vbo_save_context {
GLboolean out_of_memory; /**< True if last VBO allocation failed */
fi_type *buffer;
GLuint count;
GLuint wrap_count;
GLbitfield replay_flags;