diff options
author | Eric Anholt <[email protected]> | 2010-06-07 23:04:09 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-06-11 00:16:09 -0700 |
commit | 309c011641c6189dc74bc2f78ba6d6602d8c96b7 (patch) | |
tree | 5452dd6815c9c71d0327b1d1f4c026d36315cac6 /src/mesa/drivers/dri/i965/brw_state.h | |
parent | 178414eba402f9087ea505e7ef19f1becdd7a36d (diff) |
i965: Remove brw_state_cache_bo_delete now that it's unused again.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 577c70ac8df..3e2ec3e8454 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -175,7 +175,6 @@ void brw_state_cache_check_size( struct brw_context *brw ); void brw_init_caches( struct brw_context *brw ); void brw_destroy_caches( struct brw_context *brw ); -void brw_state_cache_bo_delete(struct brw_cache *cache, drm_intel_bo *bo); /*********************************************************************** * brw_state_batch.c |