i965: Remove the prepare() hook from state atoms.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
Eric Anholt 2011-10-22 12:16:44 -07:00
parent 2649ff4d90
commit 44c65d0e4e

View file

@ -498,7 +498,6 @@ struct brw_cache {
*/
struct brw_tracked_state {
struct brw_state_flags dirty;
void (*prepare)( struct brw_context *brw );
void (*emit)( struct brw_context *brw );
};