diff options
author | Keith Whitwell <[email protected]> | 2006-09-07 19:58:16 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-09-07 19:58:16 +0000 |
commit | 3e05902d304e71493d05edef4c31c6ed1a22bf17 (patch) | |
tree | 92bf3875f07ea4c0c8b595f05159bb14b4a6ef65 /src/mesa/drivers/dri/i965/brw_aub.h | |
parent | 493b2ddecb47fdacc4b73d9c9a3ba2e46489105f (diff) |
Consistent return values from the bm* functions.
Get aubfile generation working again.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_aub.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_aub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_aub.h b/src/mesa/drivers/dri/i965/brw_aub.h index 249bc96787b..a2e1f6112dd 100644 --- a/src/mesa/drivers/dri/i965/brw_aub.h +++ b/src/mesa/drivers/dri/i965/brw_aub.h @@ -165,6 +165,5 @@ struct intel_context; int brw_aub_init( struct brw_context *brw ); void brw_aub_destroy( struct brw_context *brw ); -void brw_aub_wrap( struct intel_context *intel ); #endif |