st/python: remove unused 'buf' parameter in pipe_buffer_unmap

This is a follow-up to commit ec51092a72.

Fixes SCons build.
This commit is contained in:
Vinson Lee 2010-12-20 11:40:54 -08:00
parent ec51092a72
commit a14f79f801

View file

@ -360,7 +360,7 @@ struct st_context {
if (!map)
goto error2;
memcpy(map, vertices, size);
pipe_buffer_unmap(pipe, vbuf, transfer);
pipe_buffer_unmap(pipe, transfer);
cso_save_vertex_elements($self->cso);