diff options
author | Eric Anholt <eric@anholt.net> | 2009-03-05 08:13:21 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-05 19:42:16 -0800 |
commit | 0d31e340f894fdf755945712668197cf09670222 (patch) | |
tree | bf70c0831ebdcce2ba4a55a7df780984cf1ceebd /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 8acca48cd575335b33cdc8fed6906f4d656233cc (diff) |
i965: Remove dead flushing code.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index a43fc40ac9..2e2eaf5721 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -627,8 +627,6 @@ struct brw_context * brw_vtbl.c */ void brwInitVtbl( struct brw_context *brw ); -void brw_do_flush( struct brw_context *brw, - GLuint flags ); /*====================================================================== * brw_context.c |