gallium: remove old comment about return values

This commit is contained in:
Brian Paul 2010-04-01 22:15:17 -06:00
parent 30b9ead229
commit 361b179720

View file

@ -58,7 +58,7 @@ struct pipe_context {
void (*destroy)( struct pipe_context * );
/**
* VBO drawing (return false on fallbacks (temporary??))
* VBO drawing
*/
/*@{*/
void (*draw_arrays)( struct pipe_context *pipe,