graw: remove pipe_vertex_buffer::max_index

This is a follow-up to commit cdca3c58aa.
This commit is contained in:
Vinson Lee 2011-02-14 13:53:09 -08:00
parent a476ca1fd1
commit 7582448016

View file

@ -99,7 +99,6 @@ static void set_vertices( void )
vbuf.stride = sizeof( struct vertex );
vbuf.max_index = sizeof(vertices) / vbuf.stride;
vbuf.buffer_offset = 0;
vbuf.buffer = screen->user_buffer_create(screen,
vertices,