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
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-01 23:15:02 +0100
commit2989f51caf3134460c2551de597e7e54fe74ee92 (patch)
treec047fafccc3eeea35ea9bf9661036b839537974f /src/i830.h
parentdc402334f4e9b0de624bc89cd77eae4ec7cf1708 (diff)
i830: Remove unused coord-adjust.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 9a46af06..8c968414 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -332,9 +332,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;