gallium: remove old comment about return values
authorBrian Paul <brianp@vmware.com>
Fri, 2 Apr 2010 04:15:17 +0000 (22:15 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 2 Apr 2010 04:17:14 +0000 (22:17 -0600)
src/gallium/include/pipe/p_context.h

index d1b734a9f9a3247f72d84c03320e2fe90d80d814..6aba6ef1eeedbc4b86cd51c4c25a63b2b08fa7df 100644 (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,