diff options
author | Keith Whitwell <[email protected]> | 2007-09-17 18:02:46 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-09-17 18:04:03 +0100 |
commit | 5578f8ce3bf349107b04fb0ebb8b8d505bd9424d (patch) | |
tree | 830d46936f3e18f57ed6a110ef876c54eb2b3584 /src/mesa/pipe/p_context.h | |
parent | bf92350b5b2c8e14515fb8bbfacd8c06502dfb98 (diff) |
Remove non-meaningful region_idle() interface
This is already handled by the semanics of map(), etc.
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r-- | src/mesa/pipe/p_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index dafbef410eb..ec5555c38e9 100644 --- a/src/mesa/pipe/p_context.h +++ b/src/mesa/pipe/p_context.h @@ -182,8 +182,6 @@ struct pipe_context { void (*region_release)(struct pipe_context *pipe, struct pipe_region **r); - void (*region_idle)(struct pipe_context *pipe, struct pipe_region *region); - ubyte *(*region_map)(struct pipe_context *pipe, struct pipe_region *r); void (*region_unmap)(struct pipe_context *pipe, struct pipe_region *r); |