diff options
author | Brian Paul <[email protected]> | 2010-04-01 22:15:17 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-01 22:17:14 -0600 |
commit | 361b179720dc5d7bb4e046d3e91ce3b1a64a4cd2 (patch) | |
tree | 87e6d25008ab4c9978932e1f4909b5fafb5c4258 /src | |
parent | 30b9ead229fabd9a4c68f676ac7a6cba2de74f70 (diff) |
gallium: remove old comment about return values
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index d1b734a9f9a..6aba6ef1eee 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -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, |