summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-04-21 15:17:31 -0700
committerEric Anholt <eric@anholt.net>2009-04-21 15:28:59 -0700
commit04ed92e3db8d9fcf2a1089ed433ab67bf0969655 (patch)
tree542fd32abc839b90eff605920b00d46fd476ebf2 /src/i830.h
parentab2c988767aec854d3c1702bee1e5a06bd00870c (diff)
Remove dead xoffset/yoffset from pre-randr.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/i830.h b/src/i830.h
index 49e08ce4..b252f56c 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -607,10 +607,6 @@ typedef struct _I830Rec {
Bool suspended;
Bool leaving;
- /* fbOffset converted to (x, y). */
- int xoffset;
- int yoffset;
-
unsigned int SaveGeneration;
OsTimerPtr devicesTimer;