cso: remove comment

There's a similar comment just a few lines before.
This commit is contained in:
Brian Paul 2016-02-16 10:22:32 -07:00
parent 347b9418ac
commit 017a003f1c
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ cso_draw_arrays_instanced(struct cso_context *cso, uint mode,
uint start, uint count,
uint start_instance, uint instance_count);
/* helper drawing function */
void
cso_draw_arrays(struct cso_context *cso, uint mode, uint start, uint count);