diff options
author | Brian Paul <[email protected]> | 2006-02-15 04:10:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-02-15 04:10:55 +0000 |
commit | d5aca8bf0cbfc23d8cede95a19909605277f6a7b (patch) | |
tree | 7a6f6ee45a0646319cfbc33fe320ce58f186d5e4 /src/glx | |
parent | 0c1438d331051010e8f12f0bbee03b4659b0b598 (diff) |
remove stray 'foo' line
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/x11/indirect_vertex_array.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/x11/indirect_vertex_array.c b/src/glx/x11/indirect_vertex_array.c index 6f11903be3f..2a8c68eec8c 100644 --- a/src/glx/x11/indirect_vertex_array.c +++ b/src/glx/x11/indirect_vertex_array.c @@ -420,7 +420,6 @@ fill_array_info_cache( struct array_state_vector * arrays ) } } -foo if ( arrays->new_DrawArrays_possible ) { assert( ! arrays->new_DrawArrays_possible ); } |