summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_context.h
diff options
context:
space:
mode:
authorMiguel Marte <miguelmarte@gmail.com>2007-03-18 11:08:29 -0600
committerBrian <brian@yutani.localnet.net>2007-03-18 11:08:29 -0600
commitc41d6ab6f062ebce1076ca79f9ad0c7368a0e2d0 (patch)
tree7fe15a35087c152d67846436814ce342ab98bef2 /src/mesa/drivers/dri/unichrome/via_context.h
parent441f038748975d4e14ca3da7098045dd1013e531 (diff)
screen offset changes, bug 9965
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_context.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.h b/src/mesa/drivers/dri/unichrome/via_context.h
index 77161a8d5d..fecd2782fb 100644
--- a/src/mesa/drivers/dri/unichrome/via_context.h
+++ b/src/mesa/drivers/dri/unichrome/via_context.h
@@ -104,11 +104,6 @@ struct via_renderbuffer {
int drawW;
int drawH;
- int drawXoff; /* drawX is 32byte aligned - this is
- * the delta to the real origin, in
- * pixel units.
- */
-
__DRIdrawablePrivate *dPriv;
};