summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-10-24 12:30:47 -0700
committerEric Anholt <eric@anholt.net>2008-10-27 11:53:06 -0700
commita74b1e149dd567dfa5ddcd69f44e5acfce0d0e0f (patch)
tree6986ff01173f0728d1bde870b73d54dcdd0bc915 /src/mesa/drivers/dri/i965/brw_context.h
parentdd17cd600a25ad916185eaeec968563adbab76f9 (diff)
i965: Remove dead brw->wrap flag.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 1c6a0dede0..1b823ab8ca 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -433,7 +433,6 @@ struct brw_context
GLuint primitive;
GLboolean emit_state_always;
- GLboolean wrap;
GLboolean tmp_fallback;
GLboolean no_batch_wrap;