summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-01 23:08:02 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-06-07 20:48:07 +0100
commit81d085e6b42983c67aca8e29b7e45bb23c32f521 (patch)
tree031702d259c8e4550b751e80102bf5d75a737cea /src/i830.h
parentfee5eaa3e45ede34a4127dacc6f1b7fd46d4ef2a (diff)
i830: Remove unused coord-adjust.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 2989f51caf3134460c2551de597e7e54fe74ee92) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830.h b/src/i830.h
index d79b9e86..b4f7a2a8 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -562,9 +562,6 @@ typedef struct intel_screen_private {
float scale_units[2][2];
/** Transform pointers for src/mask, or NULL if identity */
PictTransform *transform[2];
- float dst_coord_adjust;
- float src_coord_adjust;
- float mask_coord_adjust;
PixmapPtr render_source, render_mask, render_dest;
PicturePtr render_source_picture, render_mask_picture, render_dest_picture;